How to allow a Blueprint's taxonomy term field to autocreate a non-defined term #6389
-
TLDR Hey all. This is my first attempt at building a generic blog website using statamic. I have a As is typical in CMS's like WordPress, I would like that a post can have tags and categories. Take the example post entry below:
Suppose I haven't yet created the Tag entry The |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Im fairly sure this is what happens? If you add a new term in an entry editing view it will be created for you when you have "Allow creating" enabled in the taxonomy field config. |
Beta Was this translation helpful? Give feedback.
-
It will only create the term file if you add the term to the entry through the control panel. If you just add it directly to the front-matter, a file won't be created. However, it will still function as a term. |
Beta Was this translation helpful? Give feedback.
It will only create the term file if you add the term to the entry through the control panel.
If you just add it directly to the front-matter, a file won't be created. However, it will still function as a term.