Hi,
When we include any component in another component using below cq include, and when this component is used in a page.
<cq:include path="abc" resourceType="/xyz/components/content/pqr"/>
The above will add a wrapping div to generated HTML(DOM) like this
<div class="abc pqr">
But some configuration is not allowing in one of our environment in generating above wrapping div.
Could you please let us know the configuration that allows the creation of above wrapping div always.
Thanks in advance!