#273 - Allow single value arrays to be set as a string

This commit is contained in:
Elio Struyf
2023-10-24 15:14:39 +02:00
parent 7c2a59615f
commit 96c496caba
8 changed files with 46 additions and 5 deletions
+5
View File
@@ -1272,6 +1272,11 @@
"default": 0,
"description": "%setting.frontMatter.taxonomy.contentTypes.items.properties.fields.items.properties.taxonomyLimit.description%"
},
"singleValueAsString": {
"type": "boolean",
"default": false,
"description": "%setting.frontMatter.taxonomy.contentTypes.items.properties.fields.items.properties.singleValueAsString.description%"
},
"isPublishDate": {
"type": "boolean",
"default": false,