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 5454 <EnvironmentVariable
5555 key = " GUTENBERG_EDITOR_URL"
5656 value = " http://localhost:5173/"
57- isEnabled = " YES " >
57+ isEnabled = " NO " >
5858 </EnvironmentVariable >
5959 <EnvironmentVariable
6060 key = " GUTENBERG_EDITOR_REMOTE_URL"
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ public struct EditorConfiguration {
2323 public var locale = " en "
2424 public var editorAssetsEndpoint : URL ?
2525 /// Enable native block inserter UI.
26- public var enableNativeBlockInserter = true
26+ public var enableNativeBlockInserter = false
2727 /// Auto-focus the editor when it loads.
2828 public var autoFocusOnLoad = true
2929
You can’t perform that action at this time.
0 commit comments