The above 2 resources are loading inside head element. but I could not find those in source code. I need to know where I can find this call & How can I put defer attribute to that?
I have a clientlib with 3-4 js files in it in a component. I wanted 1 of those JS files to load for my dialog. I cant use extraClientlibs because that way all the JS will load for my dialog, whereas I specifically want only 1 particular file to load for my dialog. Is there a way to do this?
Hi Team, I want to defer below two granite clientlibs paths. Paths are 1) /etc.clientlibs/clientlibs/granite/jquery.min.js?v=aemv2) /etc.clientlibs/clientlibs/granite/utils.min.js?v=aemv.How These two js files are getting embedded into page source ? Apparently they are getting embedded from /libs/cl...
I have integrated AEM with Target using adobe I/O. The integration is working and we can export Xfragments from AEM -> Target. But When I am trying to create A/B activity in AEM using targeting mode, the component does not show target icon which I want to use to provide different experience in A an...
Hello All, I am trying to implement LDAP Integration with AEM 6.5. When I did my configutaion and click on sync . Here are my configs: Configuration:org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider.config:userPool.maxActive=L"8"searchTimeout="60s"host.name="ldap.xyz.c...
How to reproduce:1. follow the oficial tutorial here: https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-wknd-tutorial-develop/project-setup.html?lang=en#prerequisites 2. use the archtype to create the project: mvn -B archetype:generate \ -D archety...
What is the way of caching the components of a page. I want to achieve caching at component level. I have few components in a page and I want to make do not cache for 2 components and rest of the components to be cached.
Hello all, We manage our company's website in AEM, and there are two teams on which I'd like to focus here: content managers and developers. Developers create new templates and components, and content managers use both developed and out-of-the-box components ti create and update pages. Both teams us...