Hi,PFA. SELECT * FROM [dam:Asset] AS asset WHERE (asset.[jcr:content/metadata/cq:tags] IN ('post-sales')) AND ISDESCENDANTNODE(asset,'/content/dam/marketing-assist/digital-services') This query is working properly.It gives me nodes from "/content/dam/my-folder/digital-services" path as well as its s...
Hello, guys,my colleagues and I are implementing a SPA application using AEM and Angular. The decision we are currently facing is the following: where can we insert specific components so that they appear in more than one page (always in the same spot) without using the templates?Components like the...
Hi All, I have created an editable template in my project. If i open the template structure there is no such css file is loading. And in our project all the components css will be merged in a single file which we will be placed in etc/designs/clientlibs/projectname/sample.css. I want this sample.css...
I have used the below code to get the currentpagepath in modal but if I use same code in service it is not working nd currentpage value I am getting null. Can anyone help on this. @ScriptVariableprotected Page currentPage; public string getCurrenPath() {String currentPagePath = currentPage.getPath()...
I am facing an issue where my custom added property is available to direct children but not grandchildren. For example, I have a property showTitle and its value is set on page 1 and is available on page1.1 but not available on page 1.1.1. I need it to be available in all subpages of the page1. Any ...
Hello Team, Any plugins or features available for AEM standalone/AMS setup, to expose AEM content/pages/CF/EF to other channels via GraphQL? I have read this, but it seems only for AEM Cloud.https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-with-aem-headless/graphql/se...
I have a xfa form in pdf which is usually opened in acrobat reader DC. The template in this defines some validation objects in a field. Inside the validation there are both formatTest and scriptTest altogether. The script can edit the rawValue of the field, and has to do it before it is validated wi...
We are using handlebar in AEM. We are passing the AEM authored data as a context to the handlebar template. It works fine. In the AEM component dialog, we have a link field that has a path starting with /content/<appname>.When I render this component with handlebar.hbs file, the link is not getting ...
I am falling to access web console configurations manger. This is the link:http://10.11.202.254:8080/lc/system/consule/configMgr. The following is the error message Resource at '/system/consule/configMgr' not found: No resource foundCannot serve request to /lc/system/consule/configMgr in /libs/sling...