We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df22734 commit b2f92e3Copy full SHA for b2f92e3
ios/Sources/GutenbergKit/Sources/EditorConfiguration.swift
@@ -23,7 +23,7 @@ public struct EditorConfiguration {
23
public var locale = "en"
24
public var editorAssetsEndpoint: URL?
25
/// Enable native block inserter UI.
26
- public var enableNativeBlockInserter = true
+ public var enableNativeBlockInserter = false
27
/// Auto-focus the editor when it loads.
28
public var autoFocusOnLoad = true
29
0 commit comments