Lets say you create a nice product card global, and use it repeatedly in a grid.
I don’t “Think” I’m able to change the tags on each of those global cards independently. No way to override the tags from the global.
I can workaround by wrapping each of the global cards in a container, to hold the tags, and be the filterable item. But defeats the object of the global in respect of maybe wanting to change from dim, to zoom, or slide.
Basically can tags be made to be overridden from the global?
I thought overriding the container its self me do it, as thats what the tags belong to, but it doesn’t. Tags still remain global to the global container.
Yeah, this is a current limitation with collections within globals. We have plans to add overridable collections in a future release, though I can’t say when we’ll get to it.
It’s fairly easy to workaround, wrapping the global card (containers) in containers set to “grid item - 1 column”, and then making those filterable, and holding the tags. Just caught me thinking I was holding it wrong.