Unable to remove the components from Editable Templates
Hello Everyone,
We are using editable templates, after adding the components to the editable template I noticed that there is no trash icon in the toolbar so we are unable to remove the component from Template. Is it expected behavior with the editable templates because when I use the same component on static templates I am seeing trash icon and I am able to remove the component.
Note:
We are not seeing trash icon for the components in their rendering script
If we referencing content within structure components via data-sly-resource using the @ resourceType option, we are unable to delete the component.
Code snippet of my component rendering script:
<div class="full-stack-content">
<div class="container">
<data-sly-resource="${ @path='sectionResponsiveGrid', resourceType='wcm/foundation/components/responsivegrid'}"></div>
</div>
</div>

If we do not have any referencing content within structure components via data-sly-resource using the @ resourceType option we are seeing the trash icon like shown below.

Thanks,
Narayana.