#360 - Define which content types can be used on your page folders

This commit is contained in:
Elio Struyf
2022-11-09 13:59:14 +01:00
parent f1a8e0d425
commit e3bd7eebbe
6 changed files with 31 additions and 12 deletions
+7
View File
@@ -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,