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....
I have written one Button SlingModel and I wanted to reuse it into another model. In SPA I can't achieve that. I tried with @Deleted Account@getterprivate ButtonModel buttonModel; It is returning null. Is this possible?
Hello everyone, We have a special request from the client where in we need change the mode in which package is created and installed using curl command to "Merge". Currently, we are using curl commands via Jenkins Groovy to create the package and install them from one instance to another. But since...