#842 - Allow the slug to be set to an empty value

This commit is contained in:
Elio Struyf
2024-09-06 14:12:12 +02:00
parent d8e3338abe
commit e95e9a8fc7
6 changed files with 16 additions and 8 deletions
+2 -1
View File
@@ -1993,7 +1993,8 @@
"scope": "Taxonomy"
},
"frontMatter.taxonomy.slugTemplate": {
"type": "string",
"type": ["string", "null"],
"default": null,
"markdownDescription": "%setting.frontMatter.taxonomy.slugTemplate.markdownDescription%",
"scope": "Taxonomy"
},