How to get the component inheritance status inside the content Tree in editor.html rather then clicking on each component on page to check its inheritance status in AEM 6.3.
So I have this codereplicator.replicate(jcrSession, activateType, path);and it replicates contents/node (primaryType = cq:Page) from author to publisher.My question is in relation to an existing node:Does this function deletes the existing publisher node and recreates it? Or does it just updates the...
Hi Everyone,I want to ask can I become an AEM Developer without using Java because I don't even know to write a single line of Java language. If yes can anyone take some classes of AEM, please because I want to build websites I love building websites.Regards,Dinesh
We are globalizing our site and sharing content with regional partners. Sometimes we are forced to send a page with broken links, for example when the page has links to local-only or content they decided not to publish.Increasingly we are using relative URLs within our links, like "/support/consumer...
Hi All,I am trying to follow the following instructions using an AEM 6.1 server :-Adobe CQ/Adobe AEM: How to find component load time on a page in CQ In step 2 it says Make sure that timing.jsp is included in your global template.Does anyone know where the global template is in AEM 6.1 or how I can ...
Hi, hope someone can help me out with this.I'm currently following along with the WKND tutorial, at the project setup stage.Getting Started with AEM Sites Part 1 - Project SetupOn step 4 "Build Your Project" I typed in the following commands:$ cd aem-guides-wknd$ mvn -PautoInstallPackage clean insta...
NameSpace 1: tag A .............if Moved to Namespace 2 It will create cq:movedTo: NameSpace2NameSpace 2: TagA.............. will create cq: backlink of Namespace1 SO, the reference of Tag on resources is not updated?Don't know the behavior of Tags moving from one Namespace to another?
Hi, I know that in jsp, we can use themed clientlibs by using themed attribute:<cq:includeClientLib js="themeParent" themed="false"/> But not able to find how to use it in Sightly.
So I need to do something like:Here is my message with inner_variable, ok.inner_variable gonna be set in js and I need styles for it.I tried something like:.html${'message' @ i18n, format='<span class="email-address__text"></span>'}.xmlsling:message="Here is my message with {0}, ok."But the span wor...
I have created a System User as mySystemUser via http://localhost:4502/crx/explorer and then assigned permission (R/W to content folder) via http://localhost:4502/useradmin in my Dev Author Instance.Now, I'm looking to create the package to deploy this System User and it's permission into higher env...