Skip to main content
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

5 replies

kautuk_sahni
Employee
January 22, 2019

AEM offers clear and simple logic controlling the decoration tags that wrap included components. Whether and how the decoration tag is rendered is defined by the combination of two factors, which this page will dive into:

  • The component themselves can configure their decoration tag with a set of properties.
  • The scripts that include components (HTL, JSP, dispatcher, etc) can define the aspects of the decoration tag with include parameters.

See Decoration Tag

Kautuk Sahni
smacdonald2008
New Participant
January 18, 2019

I see no AEM Doc topic that explains this - Decoration Tag

WHy do you want to do this?

New Participant
January 21, 2019

Many a times the HTML and associated styles may be developed by a different team and won't contain the extra divs AEM adds - and that messes up the HTML designs when you finally use them within AEM. That's why it would have been good if there's a way to turn off the decoration tags without affecting the edit-ability of the components.

cquser1
New Participant
January 21, 2019

Hi,

Not sure if adding the below property helps.

cq:noDecoration="{Boolean}true"