mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-07-06 01:41:48 +02:00
#306 - Default value fix
This commit is contained in:
+1
-1
@@ -748,7 +748,7 @@
|
||||
"description": "Title to show in the UI"
|
||||
},
|
||||
"default": {
|
||||
"type": "string",
|
||||
"type": ["string", "number", "boolean", "array", "object", "null"],
|
||||
"description": "Default value"
|
||||
},
|
||||
"choices": {
|
||||
|
||||
Reference in New Issue
Block a user