Hi, When we try to create the Dynamic Media Configuration, After entering our email address and password, we were able to access the company and company folder and fill out all of the necessary fields. However, when we clicked the "Save" button, we received the error message, "ERROR Failed to Save...
Hi All, I am working on FAQ component which displays frequently asked questions as accordion items. For this, I leveraged accordion rendering, js by having "html" similar to core wcm accordion.html. One need I have is : by default all accordion items needs to be in collapsed state. On expanding...
I have a tree structure of /content/yyyy/mm/dd where article pages reside under the dd directory. If I execute this query in crx/de: you can see it returns 196 nodes/pages. If I execute the query using this block of code: QueryManager queryManager;QueryResult articleCollection;queryManager = sessi...
We have 10 different disclaimers we list on various pages as text in a footer. Some pages have all 10 listed and some may only have 7. Is there a way to implement an experience fragment that would allow us to select which disclaimers we want to appear on a given page? Or would I need to create a ver...
Hi Team, I was following the Quick site creation steps in the below tutorial (https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-wknd-tutorial-develop/site-template/create-site.html?lang=en). But unfortunately in my local I am not able to find the Create > Site (Templat...
I am saving the application data on CRX under the /content now. I now suspect the size of the data/nodes is too big. What is the maximum size of data (and number of nodes) one can have under /content node for an optimal performance? What are the factors/checks on AEM that indicate the node size is b...
Hi All, We have a requirement to customize the acs commons and built some components based on that. We have built the components and included the entire project in our custom project as one module. Once we push the code to adobe git and try to build it gives the below errors which are not in local...
Hi Team, Having a workflow which triggers when an image getting uploaded into DAM. I want to know is there a way to run it manually for whole DAM image folders without going it one image at a time. Choosing Model -> Start workflow ->Payload(giving a whole folder instead one image at a time) -> Run...
I have customized "/libs/core/wcm/components/page/v3/page/customheaderlibs.html" file by overriding to app/project folder structure (/apps/project folder name/components/page/page/customheaderlibs.html). This is done by modifying sling:resourceSuperType of apps->page folder to "core/wcm/component...
In Component I have three fields, Image height and Image width in one tab and dropdown in another tab and dropdown has options like left, center, right and inline. If author mentions the value of image height and image width then in dropdown inline option should get automatically applied. ...