I am working with AEM 6 and having a requirement in which, I have to create a carousel component for touch UI. Feature of this component is author can drag and drop image on each slide and it will be set for that particular slide.
For achieving this feature, I am trying to use cq:dropTargets node with multiple drop targets for slide1, slide2.
Problem with this approach is that when I am dropping a image on any of the slide, It is updated for all drop targets.
I want to know how to use multiple drop targets in AEM6.
Regards
Ankur Chauhan