Hello, I am using /apps/core/wcm/components/carousel/v1/carousel/ as the reference As per the document https://github.com/adobe/aem-core-wcm-components/blob/main/content/src/content/jcr_root/apps/core/wcm/components/carousel/v1/carousel/README.md Allows deep linking into a specific panel by passin...
Hi All,I have business requirement where I'm creating folders & content fragment using the workflow.So, for this I created one custom process step where I'm getting ResourceResolver after execute method as below:try(ResourceResolver rr = workflowSession.adaptTo(ResourceResolver.class)){ Resource...
Hey guys, We have an application architecture wherein a set of APIs are exposing the data via which we need to create custom Forms, Graphs etc. Approach 1 - The idea is to have AEM call the APIs then expose a custom object to VueJS for rendering the data on the page.Approach 2 - AEM calls the VueJS ...
Hey guys, I was trying to overlay form components from /libs/core/wcm/components/form to /apps with "Match Node Types" enabled. I am getting the below errors in the logs - 17.10.2024 11:24:30.152 *ERROR* [qtp1176745261-1071] com.day.crx.delite.impl.servlets.OverlayNodeServlet Unable to write respons...
Hello AEM Community, I've seen documentation that the use of JWT Authentication is being deprecated in the Developer Console, but I was wondering if that is just applicable to the Developer Console, or if the use of JWTs will be deprecated everywhere within AEM (in code, workfront fusion, etc.)? Tha...
Hi,I created a new page by using the admin backend (Content->Pages). In the page editor, I added one row and an HTML code element to that page.In that HTML code element, I have the following code:<div data-events-calendar-app data-project-id="proj_id" ></div> <script type="text/javascript" src="http...
Hello Everyone,I was trying to integrate this dynamoDB with AEM 6.5 SPA , added this dependency in core/pom.xml and also in parent pom.xmldependency><groupId>com.amazonaws</groupId><artifactId>aws-java-sdk-dynamodb</artifactId><version>1.12.773</version></dependency>=================================...
Please see my query below.p.limit=-1p.offset=0path=/content/damtype=dam:Asset1_property=jcr:content/cq:lastReplicationAction_scene71_property.value=Activate 2_property=jcr:content/cq:lastReplicationAction2_property.value=Activate3_group.or=true3_group.1_property=jcr:content/metadata/custom:assetType...
Hi Team,I only want to show custom 404 error message for my site having path "/content/mySite/".I have overlayed "/libs/sling/servlet/errorhandler/" but this is working for every path.
Hello I want to add custom button or action in toolbar which sends checked out files paths to a custom workflow. but in aemaacs overlay does not work in crx. somehow I managed to download /libs/... and changed folder to /apps/.. and filters and re-installed. I want to add new action/button which sen...