Hello Experts, I m planning to develop a content recommendations component. My requirement is to customize the existing component so that it populates recommendation article cards using the tags property associated with the page's properties.Appreciate if I get any guidance on how.
Hello Team,The below code works fine which displays two records .<div data-sly-list="${myModel.dummyObj @ begin = 0, end = 1}"> <a href="${item.pageURL}">${item.pageTitle}</a></div> but this code is not working to display one record<div data-sly-list="${myModel.dummyObj @ begin = 0, e...
Hello All, I have a question related to bundle resolution. Consider we have 10 different AEM projects which has the core module present in all the projects which needs to be installed in the AEM instance via CI/CD pipeline. There are some core modules let’s say core module 1, 3 & 5 are the primary m...
Hi Team, I am using AEM cloud where I want to create dynamic renditions for EPS files and the Adobe docs suggests me below steps but I am not able to edit the DAM Update Asset workflowhttps://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/assets/dynamicmedia/managing-image-...
Hello. We are in aem in the cloud.We are trying to upload assets with aio-cli.We have created an uploaduser user in AEM, we have included him in the dam-users group, we have also tried to give jcr:all permissions on the content/dam folder.We are running this command:aio-aem aem:upload -h https://aut...
I am trying to fetch privileges for a group using JackrabbitAccessControlManager API. It works fine in local and other instances but does not result in one of the instances. Below is the code snippet i am using,JackrabbitAccessControlManager acm = (JackrabbitAccessControlManager) adminSession.getAcc...
I am using an RTE inside the coral multifield dialog. Foundation.js is throwing this error "The field doesn't support FoundationField#setName" While trying to add a multifield. This is causing issue while saving the dialog. Values are not getting stored inside component nodes properly. I have added ...
Hello, I'm starting my journey, so I don't know much about AEM. I'm trying to setup the local environment to run some tutorials on Windows 11. Following the installation guide at https://experienceleague.adobe.com/docs/experience-manager-learn/cloud-service/local-development-environment-set-up/dispa...