Hello everyone I’m using AEM as a cloud service And I want to set to max expiration date by default when a user is sharing a link Is there anyway that I can set the max expiration date when a user is sharing a link ? I would link to set a max expiration date if the chosen date is bigger than ...
Requirement : two groups Content editor can only edit content and submit for review. Content approver can : edit the content , submit it for review to other members of group (peer) review .Content approver can approve content submitted for review by other members (editor or aother members of approv...
Hi All, I am working on customizing the Data Layer for AEM's Accordion Component - Default window.adobeDataLayer.getState() value - "accordion-bbcec98699": Object { "Component Name": "accordion-bbcec98699-component title", "@type": "brandA/components/content/accordion", "Link Name": "nu...
When I am using mvn clean install -PautoInstallPacakage to deploy my project In aem i am getting an blank page. And when I upload the bundle in crdx. And installing and uninstall that aem is not crashing. And I can see only some pages not full
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...