Cannot remove component with responsivegrid from editable template
We have a component with a coded in responsive grid (code below). When we add this component to the editable template, template author could not delete any more.
Search on forums turned up something that vaguely referenced Synthetic Resource and need to create content using cq:template.
Appreciate if anyone can explain WHY this type of component, once added to the template, cannot be deleted. And any workaround without having to ask template authors to add content (to satisfy responsive grid) before being able to delete the component from template (structure).
| <div data-sly-resource="${'content' @ resourceType='wcm/foundation/components/responsivegrid'}"></div> |