Hi Varun,Yep, you can have two image canvas in single component. you can refer below snippet to achieve Note: Assuming you are using AEM 6.3 and the snippet have individual tabs for images.Caveat : You can't crop the image because Touch UI allows only inline editing. <?xml version="1.0" encoding="UT...
Hi Sofiya,We just ovrlayed the RTE plug-in's and removed the "source edit" in feature Please refer the below code samples.<desc jcr:primaryType="nt:unstructured" sling:resourceType="cq/gui/components/authoring/dialog/richtext" fieldLabel="Description" name="./desc" useFixedInlineToolbar="...
Hi Sofiya,Seems like you have added all the RTE plug-in's and MiscToolsPlugin causing the issue. We had similar issue but our client is not really big fan of source edit, so we decided to disable. Thanks!
Hi,You need to overlay sites component. The path for the sites component is "/libs/wcm/core/content/sites/jcr:content/actions/selection". You can add new option here, however its dialog so you can try adding like below code snippet.<workflow granite:class="aem-ajax-call" jcr:primaryType="nt:unst...
Hi Rajeev,I'm also facing the same issue, for admin users it works but not for content authors.Would you please tell me how did you address the issue? it would be great help for me.Thanks!
thanks, everyone. its The JCR Installer Pause IssueManualy I've deleted folder under /system/sling/installer/jcr/pauseInstallation. Its working fine. More info: https://issues.apache.org/jira/browse/SLING-5421