-
I'm trying to achieve what was discussed here: Except my structure loops through an asset fieldtype like this code below (where leather is a taxonomy term fieldtype in the asset blueprint)
If I display all leather:slug variations I would get something like "red red red blue blue green green green" what I would like is to get "red blue green" Currently, with unique="true" I only get the first option displayed. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
does each image have the same options? |
Beta Was this translation helpful? Give feedback.
-
and you want to list ALL options? Or just the ones that each image has, in one unique list? |
Beta Was this translation helpful? Give feedback.
-
Ya you're in custom modifier/tag territory here. |
Beta Was this translation helpful? Give feedback.
Ya you're in custom modifier/tag territory here.