Closed benehudson closed 3 years ago
Hi @benehudson
You can't put multiple hotspots on the same property - but this is how we've used it:
mainImage
property (MediaPicker)hotspots
(or locations
) property which is a BlockList editor, set up with an Element Type that has a position
property (ImageHotspot) and maybe other properties related to that location (e.g. description
or productsSoldHere
maybe?)This way the hotspot can have other data associated with it.
Here's a quick demo image:
Hope that clears things up!
/Chriztian
Does ImageHotspot support multiple hotspots on one image?