We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 788904e commit 72b8754Copy full SHA for 72b8754
Example/Example/ViewController.swift
@@ -22,7 +22,7 @@ class ViewController: UITableViewController
22
),
23
DemoSection(title: "WordPressEditor (Calypso & Gutenberg)", rows: [
24
DemoRow(title: "Gutenberg Demo", action: { self.showEditorDemo(filename: "gutenberg", wordPressMode: true) }),
25
- DemoRow(title: "Empty Demo", action: { self.showEditorDemo() })
+ DemoRow(title: "Empty Demo", action: { self.showEditorDemo(wordPressMode: true) })
26
]
27
28
0 commit comments