Comma in tag name

Hi,

How to create tags with comma in name by using the panel :
« art, music, sport » not « art », « music », « sport »

You would have to set a separator different from a comma, via the separator property.

I did this

    tags:
      label: Tags
      type: tags
      options: query
      query: page.tags.split(";")


press enter :frowning:

What’s wrong ?

As I said, you have to use the separator option and use a separator other than a comma. Not the query option.

1 Like