Skip to content

Commit b2f92e3

Browse files
committed
Disable by default
1 parent df22734 commit b2f92e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)