I have a "hero" at the template level that is composed of a Container, Image, and Teaser component configured to be styled as a Hero. The content author is expected to set the Image (which is styled a specific way) and only set the Title and Description on the Teaser, but this is causing confusion ...
We have a requirement where we want to author multiple images from the author dialog (cq dialog) using fileupload (cq/gui/components/authoring/dialog/fileupload). What is the best approach to achieve this? Thank you!
This is the hierarchy of the page located under /content. Now there's a property fileReference in the cq:featuredImage node and I want to fetch it in the sling model. How do I do it.As mentioned by @Avinash_Gupta_ I've used the following piece of code to fetch the page title. PageManager pm = resou...
Hi, Consider we have two pages , A and B under same tree. I copy a component on page A. But I am not getting an option to paste it on page B. Please advice. I am on AEM 6.5 Regards, Vijaya Kumar A
Hello All, Started looking into Siteimprove plugin that we use in non cloud AEM versions and it seems that the way to install it according to the Siteimprove manual is to install a jar that they provide (Eg: siteimprove_aem_plugin_all_2.1.0_cloud.zip is available here ) For AEM Cloud, so far my ...
Hi Team, I have included the below dependency to my core/pom.xml, ui.apps/pom.xml, all/pom.xml in the dependency section. <!-- Core WCM Components --><dependency><groupId>com.adobe.cq</groupId><artifactId>core.wcm.components.parent</artifactId><version>2.21.0</version><type>pom</type></dependency> ...
I tried fetching the node from query builder it is returning nodes in random order. I want to fetch it in the same order as it is present in CRX/de or site admin is there any way to do that?
Need advice on this guys, I have a Blueprint Page (/content/mysite/master/en/testpage) and Live Copy (/content/mysite/us/en/testpage). I gated the Blueprint page by enabling "Authentication Requirement". Behind the scene it's adding jcr:mixinTypes property with value granite:AuthenticationRequired....