HI All,
There is one requirement where we have to remove decoration tag except core component.
Please give some input that how we can customize this thing in the sense that decoration tag only be added for core component not for other component.
Thanks in advance.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @mansaini
If i understand correctly you want to remove decoration tag to all your components except core components. In that case you can just add cq:noDecoration property to your component and set it to true. This will not the decoration tag to that particular component.
Thanks
Hi @mansaini
If i understand correctly you want to remove decoration tag to all your components except core components. In that case you can just add cq:noDecoration property to your component and set it to true. This will not the decoration tag to that particular component.
Thanks