Skip to content

Commit 72b8754

Browse files
Enabled the empty Gutenberg demo.
1 parent 788904e commit 72b8754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Example/Example/ViewController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class ViewController: UITableViewController
2222
),
2323
DemoSection(title: "WordPressEditor (Calypso & Gutenberg)", rows: [
2424
DemoRow(title: "Gutenberg Demo", action: { self.showEditorDemo(filename: "gutenberg", wordPressMode: true) }),
25-
DemoRow(title: "Empty Demo", action: { self.showEditorDemo() })
25+
DemoRow(title: "Empty Demo", action: { self.showEditorDemo(wordPressMode: true) })
2626
]
2727
),
2828
]

0 commit comments

Comments
 (0)