mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-06-23 03:24:59 +02:00
#718 - Fix JSON schema
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
- [#711](https://github.com/estruyf/vscode-front-matter/issues/711): Fix in character mapping in the slug field
|
||||
- [#712](https://github.com/estruyf/vscode-front-matter/issues/712): Keep the search context when deleting media files
|
||||
- [#714](https://github.com/estruyf/vscode-front-matter/issues/714): Fix for taxonomy filtering from taxonomy view to content view
|
||||
- [#718](https://github.com/estruyf/vscode-front-matter/issues/718): Fix JSON schema for the `frontMatter.panel.actions.disabled` setting
|
||||
|
||||
## [9.3.1] - 2023-10-27
|
||||
|
||||
|
||||
+12
-9
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user