Nested parsys in Component
Hi Team
I have a requirement where I have to create a component and I don't need dialogue however when cover is added I want to add one abc-container component and abc-container component should have headline component which internal should have text component.
I have tried this using htl but not working.
<div class="1st comp"
data-sly-resource="${"1st comp" @resourceType='project/components/content/1stcomp', decorationTagName='div'}">
<div class="2nd comp"
data-sly-resource="${"2nd comp" @resourceType='project/components/content/2ndcomp', decorationTagName='div'}">
<div class="3rd comp"
data-sly-resource="${"3rd comp" @resourceType='project/components/content/3rdcomp', decorationTagName='div'}">
</div>
</div>
</div>
In short, I want to have nested component added by default. Any leads on this requirement please.
Thanks in advance.

