Hi, How to store the textColor value under jcr:content in hex code format? Currently it gets stored in rgb format <textColorjcr:primaryType="nt:unstructured"sling:resourceType="granite/ui/components/coral/foundation/form/colorfield"fieldLabel="Text Color"name="./textColor"showDefaultColors="{Boo...
How can I align components to drop right to left instead of left to right? I tried RTL property it simply aligns the text to the right. Eg: We have a logo on the left for the English page. Now Logo should appear on right on the Arabic page this type of RTL stuffs how can we achieve? Every componen...
I want to implement atleast one filter provided by AEM on an array field to filter the categories which contains atleast one of the values: _expressions: [ { _apply: AT_LEAST_ONCE, values: [ "health", "fitness" ] } ] Now...
I want to query the tag names. Here's my query to get tags: type=cq:tagpath=/content/cq:tags/rallyp.hits=selectivep.properties=jcr:path jcr:title.es jcr:title name However this doesn't return the tag to me: I also tried to use jcr:name, nodename, and jcr:nodename but none of that seem to work...
We are using Adobe indesign to create .indd files. In the file we are using last save date properties.. After creating the file we are uploading it in AEM and when somebody else downloads it and open again the last save date property changes to current system date (whenever downloaded) if same indd ...
Hi Experts, I have implemented a custom authentication handler MysiteAuthHandler in AEM SDK. I want admin pages /content/mysite/admin (including child-pages) should be authenticated via custom authentication handler MysiteAuthHandler. In admin page properties, I have enabled the Authentication Requi...
Hi, We are facing below issue, Our authors are not able to view the Create -Page option under column view or some folders in AEM 6.5 sites.html console. But same in List View they are able to see Create page option: what can be the cause for this behavior. It is not for every folder.
Hi all, We have a requirement to improve the performance for fetching content-fragments in search-query & preferred to create indexes for different scenario based queries used across various searches in site. Example Scenario : ( taking few general items & explained below ) There are few types of ...
I need to run "mvn clean install -PautoInstallBundle" every time I do any small change in my servlet class and it takes nearly 30 minutes do deploy everything... Is there a better way to build and sent only core module to the AEM instance?
Hello community, I want to add a dependency specifically webp-imageio-sejda in my current project (project A), for this jar to be available to my bundle I have to embed it. In my AEM instance there already exist a bundle (project B) which already contains the same dependency and it is also embedd...