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...
Hi All, We have built new project structure using latest archetype 36 for on-premise instance. After building , noticed sdkVersion and sdkFormsVersion is coming as “latest” under archetype.properties file. Can someone please suggest if this is expected or we are missing something ? Also using latest...