File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Demo-iOS/Gutenberg.xcodeproj/xcshareddata/xcschemes
Sources/GutenbergKit/Sources Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 54
54
<EnvironmentVariable
55
55
key = " GUTENBERG_EDITOR_URL"
56
56
value = " http://localhost:5173/"
57
- isEnabled = " YES " >
57
+ isEnabled = " NO " >
58
58
</EnvironmentVariable >
59
59
<EnvironmentVariable
60
60
key = " GUTENBERG_EDITOR_REMOTE_URL"
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ public struct EditorConfiguration {
23
23
public var locale = " en "
24
24
public var editorAssetsEndpoint : URL ?
25
25
/// Enable native block inserter UI.
26
- public var enableNativeBlockInserter = true
26
+ public var enableNativeBlockInserter = false
27
27
/// Auto-focus the editor when it loads.
28
28
public var autoFocusOnLoad = true
29
29
You can’t perform that action at this time.
0 commit comments