I have multiple groups, and each group represents a different location. I’m trying to display a location image (hosted on my server) for each group to show its detailed layout.
However, I’ve noticed that whenever I modify the HTML/code for one group, the changes are applied to all other groups as well across every group page.
It seems like the configuration is shared globally rather than being applied per group.
Has anyone faced this issue before? Is there a way to assign a unique image (or code) per group without affecting the others?
it is simple html code like this "<img src="https://images.unsplash.com/photo-1444703686981-a3abbc4d4fe3?w=600&auto=format&fit=crop&q=60&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8Nnx8cGljfGVufDB8fDB8fHww"width:600px; height:600px>"