I am trying to have a tags field called tag rather than tags
Despite creating new default content type, the Markdown file always ends up writing a field called 'tags'
"frontMatter.taxonomy.contentTypes": [
{
"name": "default",
"previewPath": null,
"pageBundle": false,
"fields": [
[[SNIP]]
{
"title": "My Tags",
"name": "tag",
"type": "tags"
},
Should it be possible to use an alternate field name? Or have more than on tags type field?
Originally posted by @jmatthewpryor in #260
I am trying to have a tags field called tag rather than tags
Despite creating new default content type, the Markdown file always ends up writing a field called 'tags'
Should it be possible to use an alternate field name? Or have more than on tags type field?
Originally posted by @jmatthewpryor in #260