question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Bug: Tags and Categories field names cannot be renamed

See original GitHub issue

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 https://github.com/estruyf/vscode-front-matter/discussions/260_

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
jmatthewpryorcommented, Feb 23, 2022

thanks - that seems to have fixed it

1reaction
estruyfcommented, Feb 20, 2022

Beta can be installed by installing this version: https://marketplace.visualstudio.com/items?itemName=eliostruyf.vscode-front-matter-beta

Be sure to uninstall the main version. Nothing is lost during this process, but two extensions with the same ID cannot run at the same time.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Can't rename tags (layers) in 2021 Pro - SketchUp Community
A workaround is to open Notepad, type in the new tag name, copy the text, then quickly paste that into the tag field...
Read more >
List of Tag-related Bug Reports and Requests
Creating or renaming a tag creates a new, different tag with a random name you can not delete (happen twice within the last...
Read more >
Renaming column does not update FK definition - MySQL Bugs
The solution is to iterate over the table fields and check if any of the columns were renamed. If a column was renamed,...
Read more >
Restrictions and conventions for naming objects - Azure DevOps
Field reference names cannot be renamed. If for example, you changed the field name "Title" to "Header", the field reference name of that...
Read more >
Is it possible to Rename a work Item type in Azure DevOps?
You can't change the name of "Bug" to another name because it's system work item type. If you want to use "Defect" instead...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found