How to remove class "section" from the wrapper element of a component?
Hello,
to customize the wrapper element of a component (the one which AEM automatically adds) I'm adding the node "cq:htmlTag", with the following properties:
- cq:tagName = div
- class = thumbnail
With this setting, in the html output of the component I see
<div class="thumbnail section"> .... </div>
How can I say to AEM to not write the class "section"?
Thanks!