Hello,
I’m working on jpg files with tags on panel, but whenever I try to add an existing tag to a files in the panel (with autocomplete), it creates a new tag with the same word, but without uppercase and accent (i’m working in french).
For exemple, when I try to add the tag “Entremêlement” (that is already on another image), it will show this:
but it will add : “Tags: entremelement” on the .txt file of the image in contrary to the first one that has “Tags: Entremêlement”
This problem only appears when I’m adding tag on the panel with existing tag.
Here is my blueprint of the files.
sections:
meta:
type: fields
fields:
tags:
label: Insérer ici les tags
type: tags
options: query
query:
fetch: site.find("photography").children.images.pluck("tags", ",", true)
text: "{{ arrayItem.value }}"
value: "{{ arrayItem.value.slug }}"
Thank you for the help.
