Skip to content
Discussion options

You must be logged in to vote

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:

- name: tags
  label: Tags
  type: select
  options:
    creatable: true
    multiple: true

You can also still have default options if you want to suggest some.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@helen-mckay
Comment options

@helen-mckay
Comment options

Answer selected by NeoSahadeo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants