We can use as below to refer to the template of the component we are referring to. For example:cta.html <template data-sly-template.renderCta="${ @ style, ... }">
<div class="cmp-cta ${model.ctaAt}" ... Another-Component.html <section
data-sly-use.model="com.eb.web.models.component.TextColu...
Thanks for the suggestions. Re: this https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/touch-ui-dialog-include-part-of-another-dialog/m-p/265153/highlight/true#M58331 when we use "include" , we cannot control the name of the component. So this was causing both primary and sec...
Good observation @Lavanya_Pejjayi but that did not resolve the issue. I was trying a few options and may have added the code. I updated the component html in original question.
I have a CTA component. I need to show 2 separate instances of CTA in a component. The component dialog has 2 tabs - Primary CTA and Secondary CTA. The blue is showing 2 instance but both are referring to the same content. What am I doing wrong? cq_dialog.xml <primarycta
jcr:primaryType="nt:unstr...
I tried /crx/de and /crx/packmgr and several others, they all would redirect to AEM Author login and won't let the button submit. We had no choice but to restore AEM from a previous backup.
We have configured a SAML configuration on AEM Author. The integration isn't working but we are locked out of accessing AEM Author. The SAML bypass url doesn't seem to be working as well. Our redirect url isn't correct so we need to remove the SAML config.The SAML bypass url shows AEM Author login p...
On AEM 6.5 Author, a SPA based project.Core components 2.8.0, SPA Project Core 1.0.6 We can Edit the page but when choosing "View as Published" (either the page or experience fragment), the below error shows up (only for spa project, non-spa projects load fine).In logs.. 18.09.2020 07:41:53.462 *ER...
Thanks @Jineet_Vora There is a small change to your answer but thanks for pointing me.The solution:When a user edits an OSGI config, a copy is written by AEM at `/apps/system/config` . The config needs to be deleted from here, using below command. And on deleting this, if there is code for this conf...
I'm trying to run a CRUL command to delete a configuration The PID is: com.myproject.aem.core.services.impl.ApiSettingsService Tried these but not working: curl -v -u admin:admin http://localhost:4502/system/console/configMgr/com.myproject.aem.core.services.impl.ApiSettingsService -d "action=DELETE"...