mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-07-06 09:51:29 +02:00
#360 - Define which content types can be used on your page folders
This commit is contained in:
@@ -210,6 +210,13 @@
|
||||
"filePrefix": {
|
||||
"type": [ "null", "string" ],
|
||||
"description": "Defines a prefix for the file name."
|
||||
},
|
||||
"contentTypes": {
|
||||
"type": "array",
|
||||
"description": "Defines which content types can be used for the current location. If not defined, all content types will be available.",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
|
||||
Reference in New Issue
Block a user