Skip to content

Commit 1dac78c

Browse files
committed
Disable by default
1 parent df22734 commit 1dac78c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ios/Demo-iOS/Gutenberg.xcodeproj/xcshareddata/xcschemes/Gutenberg.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
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"

ios/Sources/GutenbergKit/Sources/EditorConfiguration.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)