I have a parsys, and i am dropping same component on it multiple times, by default it is getting some random name , like text_273462, text_236452386. But my need is to get the name as text_1,text_2,text_3 and so on. Any help??(image for reference)
Solved! Go to Solution.
Views
Replies
Total Likes
The system names the nodes. I am not sure you can override the node name AEM gives to a component when an author drops a component onto a page.
Views
Replies
Total Likes
Not on sure, what do you have this requirement?
Views
Replies
Total Likes
It is a video component and author is allowed to drag and drop it on the same parsys multiple times , and in our component html we have a video id <video id="left-video-teaser-1">, this 1 needs to be increased everytime if a new video is added,
lets suppose if there are 2 video componnet , so for 1 it should be this <video id="left-video-teaser-1"> and for second it should be <video id="left-video-teaser-2">
hope this helps
Views
Replies
Total Likes
The system names the nodes. I am not sure you can override the node name AEM gives to a component when an author drops a component onto a page.
Views
Replies
Total Likes
Views
Likes
Replies