mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-07-05 17:31:22 +02:00
#352: Schema updates
This commit is contained in:
+9
-2
@@ -230,12 +230,18 @@
|
||||
"value": {
|
||||
"type": "string",
|
||||
"description": "The placeholder its value"
|
||||
},
|
||||
"script": {
|
||||
"type": "string",
|
||||
"description": "The script to execute to get the value of the placeholder"
|
||||
},
|
||||
"command": {
|
||||
"$ref": "#scriptCommand"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
"required": [
|
||||
"id",
|
||||
"value"
|
||||
"id"
|
||||
]
|
||||
},
|
||||
"scope": "Content"
|
||||
@@ -406,6 +412,7 @@
|
||||
"description": "The type for which the script will be used."
|
||||
},
|
||||
"command": {
|
||||
"$id": "#scriptCommand",
|
||||
"type": "string",
|
||||
"oneOf": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user