Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

customize decoration tag in aem

Avatar

Level 1

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.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

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