Closed
Description
Describe the bug
After introducing following custom customTaxonomy
, the TAXONOMY view on the dashboard displays additional, wrong one-char-entries (see screenshot):
"frontMatter.taxonomy.customTaxonomy": [
{
"id": "series",
"options": [
"A New Blog",
"Discoveries",
"Great Finds",
"Golem",
"IndieWeb",
"Lightroom Presets",
"Step By Step",
"SV Wehen Wiesbaden"
]
}
]
...
"frontMatter.taxonomy.contentTypes": [
{
"name": "default",
"pageBundle": false,
"fields": [
...
{
"title": "Series",
"name": "series",
"type": "taxonomy",
"taxonomyId": "series"
},
...
]
]
I have checked all my posts for invalid Front Matter and tried to put quotes around the SERIES entry, where my default Front Matter doesn't use quotes. I also have tried to configure noPropertyValueQuotes
, but this doesn't help either:
"frontMatter.taxonomy.noPropertyValueQuotes": [
"series"
]
To Reproduce
Steps to reproduce the behavior:
- Clone https://github.com/kristofzerbe/kiko.io
- Open dashboard
- Switch to Taxonomies View
I can reproduce the behaviour on 2 Windows 10 machines locally (Front Matter v9.1.5938539-beta BETA) and on gitpod.com within a virtual Linux environment (Front Matter v9.0.0).
Metadata
Metadata
Assignees
Labels
Projects
Status
Done