Skip to content

Bug: Tags and Categories field names cannot be renamed #261

@estruyf

Description

@estruyf

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions