#718 - Fix JSON schema

This commit is contained in:
Elio Struyf
2023-12-01 10:34:26 +01:00
parent d15f2554a1
commit f350d4af91
2 changed files with 13 additions and 9 deletions
+12 -9
View File
@@ -994,15 +994,18 @@
"type": "array",
"default": [],
"markdownDescription": "%setting.frontMatter.panel.actions.disabled.markdownDescription%",
"enum": [
"openDashboard",
"createContent",
"optimizeSlug",
"preview",
"openOnWebsite",
"startStopServer",
"customActions"
]
"items": {
"type": "string",
"enum": [
"openDashboard",
"createContent",
"optimizeSlug",
"preview",
"openOnWebsite",
"startStopServer",
"customActions"
]
}
},
"frontMatter.preview.host": {
"type": "string",