aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc/plugins/guide.md
diff options
context:
space:
mode:
Diffstat (limited to 'support/doc/plugins/guide.md')
-rw-r--r--support/doc/plugins/guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/doc/plugins/guide.md b/support/doc/plugins/guide.md
index 101d3e094..a276143e6 100644
--- a/support/doc/plugins/guide.md
+++ b/support/doc/plugins/guide.md
@@ -165,7 +165,7 @@ registerSetting({
165 name: 'admin-name', 165 name: 'admin-name',
166 label: 'Admin name', 166 label: 'Admin name',
167 type: 'input', 167 type: 'input',
168 // type: input | input-checkbox | input-textarea | markdown-text | markdown-enhanced 168 // type: input | input-checkbox | input-password | input-textarea | markdown-text | markdown-enhanced
169 default: 'my super name' 169 default: 'my super name'
170}) 170})
171 171