Was able to do not editable with using READ_ONLYhttps://developer.adobe.com/experience-manager/reference-materials/6-5/javadoc/com/day/cq/wcm/api/WCMMode.html
Is there a way we can make the data-sly resource NOT EDITABLE without making the wcmmode='disabled'?Heres my sample code:<sly data-sly-resource="${resourceType='sample/component', wcmmode='disabled'}"></sly>
Hi I added experiencefragment.html with the content of "/libs/core/wcm/components/experiencefragment/v1/experiencefragment/experiencefragment.html".(with this the component is not showing properly in the page)I removed the html and the component is properly being shown in the page, but still not goi...
Hello Everyone,I'm currently fixing an issue on localization of components using cq/experience-fragments/editor/components/experiencefragmentThe approach we are heading at, is by an overlay then extend..So inside the "apps" I created a folder for the cq/experience-fragments/editor/components/experie...
Hi I guess we are doing overlay on the components that is already authored...For example in the currently authored pages we have components withresourceType:cq/sample-componentOne way for us to override the currently authored cq/sample-components is by overlaying.