JSON schema update

This commit is contained in:
Elio Struyf
2024-08-07 14:22:52 +02:00
parent 27a4d9bc71
commit 06ff07bec8
+9 -3
View File
@@ -1229,9 +1229,15 @@
"fileType": {
"type": "string",
"default": "",
"enum": [
"md",
"mdx"
"oneOf": [{
"enum": [
"md",
"mdx"
]
},
{
"type": "string"
}
],
"description": "%setting.frontMatter.taxonomy.contentTypes.items.properties.fileType.description%"
},