Can someone help me with the rewrite rule for the below scenario? If I hit http://test.test.ca/reader?id=0f69571b-a2ce-4c04-8df8-dc46b137f677 should redirect to this url http://test.test.ca/apps/sling/servlet/asset/test-reader?id=0f69571b-a2ce-4c04-8df8-dc46b137f677, Here id is dynamic and will be d...
Once we have scheduled exam for AD0-E123 Adobe Experience Manager Sites Developer Professional cerification, can we either cancel or change to Adobe experience manager sites developer expert level certification.
Hi, I created a project with this cmnd mvn -B archetype:generate-D archetypeGroupId=com.adobe.aem-D archetypeArtifactId=aem-project-archetype-D archetypeVersion=26-D appTitle="WKND SPA React"-D appId="wknd-spa-react"-D artifactId="aem-guides-wknd-spa.react"-D groupId="com.adobe.aem.guides.wkndspa.r...
use this below command to create a project by using maven archetype mvn org.apache.maven.plugins:maven-archetype-plugin:2.4:generate -DarchetypeGroupId=com.adobe.granite.archetypes -DarchetypeArtifactId=aem-project-archetype -DarchetypeVersion=15 -DarchetypeCatalog=https://repo.adobe.com/nexus/conte...
Hi,I created a project with this cmnd mvn -B archetype:generate-D archetypeGroupId=com.adobe.aem-D archetypeArtifactId=aem-project-archetype-D archetypeVersion=26-D appTitle="WKND SPA React"-D appId="wknd-spa-react"-D artifactId="aem-guides-wknd-spa.react"-D groupId="com.adobe.aem.guides.wkndspa.rea...
Hi,I created a project with this cmnd mvn -B archetype:generate-D archetypeGroupId=com.adobe.aem-D archetypeArtifactId=aem-project-archetype-D archetypeVersion=26-D appTitle="WKND SPA React"-D appId="wknd-spa-react"-D artifactId="aem-guides-wknd-spa.react"-D groupId="com.adobe.aem.guides.wkndspa.rea...
Im using this code to render image: <div data-sly-use.image="com.adobe.cq.wcm.core.components.models.Image" class="cmp-cardcomponent__image" data-image="url(${image.src @ context='text'})" style="background-image: url(${image.src @ context='text'});"></div>Its work fine. In place editing wor...
I want to know if there is any documenation for all the annotations that can be used in Sling Model. I tried to find but didn't get any perfect documentation. For eg: there were annotations like @Named, @ValueMapValue, etc., like the usual ones. But what adaptable class can be used for that and othe...
Hello all, I'm developing an end-user component to search the whole content site. I'm using query builder and I write a single query that search for fulltext results for type=cq:Page and type=dam:Asset (for content fragment and .pdf file) with some clauses.Now I need to boost the content fragment re...