Hi all,I've the need to query a set of fragments and order the results by the value of a specific calendar metadata with name "cq:lastModified" or "cq:lastModified".I found a way to extract the metadata values with this query: query { myFragmentList { items { _metadata { calendar...
In Sites created using Quick Site the Theme JS and CSS is rendered/loaded in HTML from Domain:https://static-pxxxxx-eyyyyy.adobeaemcloud.com/For e.g.:If my website is using domain www.sample-domain.com (external CDN based) (e.g. website url: https://www.sample-domain.com/content/quicksite/en/home.ht...
I'm trying to swap the default service account for AEM Quickstart on Linux RHEL (AEM 6.5.16). I'm concerned about using the ec2-user account in production and want to set up a dedicated service account with appropriate permissions. Has anyone done this before? What configuration changes did you make...
Hi, a custom component which build by extending the image component in which added text and description, so when using that component in page then how to print the metadata suppose cq:tags associated with that custom component image which authored
Hi All,I've created the custom video component using sling model from scratch to get videos from DAM itself.When I'm adding the video component.need to select the path of that video.Once it's selected, The component is showing, But the video is not rendering in the page. When I've inspected the page...
Hi All could you please suggest any relevant document or solutions for passing data from one custom process step to another process step requirements ThanksKannan
I am able to get node path using node name from Query Builder Debbugger, But is it possible to get multiple nodes as result by giving multiple node paths in query the below condition is working fine : but when i give multiple nodenames it not working , its stuck in running search window: How to sear...
I have just created the project using mvn commandmvn -B archetype:generate -D archetypeGroupId=com.adobe.aem -D archetypeArtifactId=aem-project-archetype -D archetypeVersion=39 -D aemVersion=6.5.0 -D appTitle=”Modern Creator” -D appId=”MC” -D groupId=”com.aem.MC” -D frontendModule=general -D include...
This is the class I'm trying to use => https://github.com/okta/okta-idx-java/blob/master/api/src/main/java/com/okta/idx/sdk/api/client/IDXAuthenticationWrapper.java This is how I've imported the SDK into my maven project <dependency> <groupId>com.okta.idx.sdk</groupId> <artifactId>okta-idx-j...
Hello everyone,I am currently developing with Adobe Experience Manager (AEM) using the VSCode AEM Sync extension and have encountered the following error message:”path not under jcr_root folder: /home/aem_XXXX/ui.apps/src” This issue arises despite the fact that the specified path ”/home/aem_XXXX/ui...