Hi everyone.
What I’d like to achieve is a global source for tags. I read through the docs and found the following query.
query: site.index.pluck("tags", ",", true)
I tried this query referencing another tag field which gave me the available tags from that field. So I set up a global tag field within my site blueprint and thought that I might be able to add the above query to every tag field, referencing the field name of this global tag field (siteTags).
Somehow my plan doesn’t work, though. I tried both with and without providing options in the global field. What I’m after is consistency with my tags throughout the site.
Is this even possible, or am I forgetting something? I’m guessing I would maybe have to alter the query, but don’t know in what direction.
Any hint is greatly appreciated.