How to add multiple tags #229
Answered
by
hunvreus
NeoSahadeo
asked this question in
Q&A
-
|
Hey everyone, I'm trying to add multiple tags to my doc. The parser stringifies the line to Do I need to write a custom type or is there a type the exists that I can use? Many thanks, |
Beta Was this translation helpful? Give feedback.
Answered by
hunvreus
Apr 4, 2025
Replies: 1 comment 2 replies
-
|
You can use a select field with the multiple option. If you don’t know what the tags are in advance you can also enable the creatable option: https://pagescms.org/docs/configuration/select-field/ Something like: You can also still have default options if you want to suggest some. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
NeoSahadeo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use a select field with the multiple option. If you don’t know what the tags are in advance you can also enable the creatable option: https://pagescms.org/docs/configuration/select-field/
Something like:
You can also still have default options if you want to suggest some.