How can we insert a component and not just add an experience fragment in column control ?
I have a column control component in AEM 6.4. Th a parsys in this column control shown below is added like this :
<sly data-sly-resource="${'one-column' @ resourceType='wcm/foundation/components/parsys'}" data-sly-unwrap="${!wcmmode.edit}"></sly>
I want to drag a component in this but it only gives me option to add experience fragment.How can i make sure that I am able to add component in this and not just experience fragments.