Skip to content

Commit 50f1b1d

Browse files
committed
Add Preloader Logic
1 parent be87855 commit 50f1b1d

39 files changed

+3677
-1240
lines changed

ios/Demo-iOS/Gutenberg.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
import Foundation
2+
3+
public struct Constants {
4+
5+
public struct EditorAssetLibrary {
6+
public static let urlScheme = "gbk-cache-https"
7+
}
8+
9+
public struct API {
10+
public static let editorSettingsPath = "/wp-block-editor/v1/settings"
11+
public static let activeThemePath = "/wp/v2/themes?context=edit&status=active"
12+
public static let siteSettingsPath = "/wp/v2/settings"
13+
public static let postTypesPath = "/wp/v2/types?context=view"
14+
}
15+
}

0 commit comments

Comments
 (0)