Hi @vjalaldeen -
This can be achieved OOTB, and the following is straight out of the documentation:
Component Controls
The following properties and nodes can be applied to the components to control the behavior of their decoration tag:
cq:noDecoration {boolean}: This property can be added to a com...
Hi @Manasi29 -When you submit a dialog, the properties entered into the dialog will be saved to that particular component using a POST call to the specific component path on the page. You can observe this in the Network tab of your browser Dev tools.Additionally, all clientlibs that have been marked...
Hi @nithindasyam - The path in your error is '/libs/cq/flow', and if you navigate to that particular path in AEM you would find that it belongs to the type 'granite:InternalArea', which by definition from Adobe docs can't be used directly.Internal (granite:InternalArea) - Defines a node as internal....
Hi @Robert-Harper -If you want to save the email in the AEM DAM - 1. Can create a custom servlet that accepts an email message and its attachments as input and upload into DAM programmatically. The email and attachments can be uploaded to DAM individually and a reference can be established by saving...
Hi @mrudul - What are the values that you are trying to read from the environment variables? Do they vary per AEM's environment like DEV, QA, Stage and Prod? If yes, any reason why runmodes don't fit into your requirement? Thanks,Fani
Hi @webdev91 - Your resource mapping configurations might be removing the /content from your src path.It looks like you have been testing this on language-masters copy of the page and for this to work you also need rules to support pointing /language-masters to its respective /content/~/language-mas...