Hi I'd like to add 3rd part library to the AEM bundle. I'd like to use jmagick (it's ImageMagick java wrapper) to process images inside the workflow step. I've added Maven dependencies to the pom file. Inside the class, I've imported jmagick as import magick; But unfortunately, after deploy to the...
Hello, I need to hide the quick action item EDIT from non-admin groups. I am new to AEM and I can only hide the edit button in the action bar using /libs/dam/gui/content/assets/jcr:content/actions/selection/editasset but I cannot hide the button in Quick Action. Please advise!
<div class="xyz"><sly data-sly-list.childPageLvl2="${childPageLvl1.childPages}">---Iterate and print all child pages---</sly>-----View All--- (after child pages are printed then it print 'view all" as a last line)</div> Hi Team,As per above code, it print all 'child pages of root page' and then it p...
Hello Team, I want to use the OOTB metadata import functionality through CSV for updating the assets in bulk. https://experienceleague.adobe.com/docs/experience-manager-learn/assets/metadata/metadata-import-export.html?lang=en#metadata I have a custom meta fields property without namespace, Eg: Cus...
Hi everyone, Is it the standard setting that newly uploaded assets have an expiration time of only one year?I want to be honest: Manually setting the expiration date for assets that were already uploaded for for a longer time period is quite time consuming.Is there an option to automatically set the...
Hi, I am trying to use vault upgrade hook with plain groovy (not groovy console) to work with latest AEM as a Cloud Service instance (local setup, I know that this will not work on AMS isntance at the moment due to issue with FileVault, for more see this link) As I read to do so I need to install Ap...
We have a large taxonomy containing around 13 languages. In order to save space, we have created asset language copies from en-us folder in all the other languages. They have the same dam:sha1 property (DAM metadata writeback workflow disabled to achieve binaryless copies of multi-lingual assets). R...
Hi, I have a workflow where I am using the Send Email step of forms workflow. I am using an html-template in txt-format och the emails get sent. My problem is when I include the system generated metadata such as payload path, or email address or any of the system generated metadata. I am using the "...
Hi All, I am currently using Hotjar to assess my website's performance through heatmaps and audience behaviour. But I am planning to migrate to a comprehensive solution (Adobe Experience Manager AEM) in future - just wanted to know weather both these platforms are compatible? and what problems I m...
Hi, i have a component which is already athoured in 176 pages, i need to apply one extra authoring feature for that component, like author need to choose from dropdown whether they want to include the functionality or not. I have given yes as a default value for the dropdown. but the author needs to...