Hi All,I've been going through the documentation for AEM Core Components and have come across a statement that "Core Components require AEM 6.4 or higher and require the use of editable templates. They do not work with the Classic UI nor with static templates."Is there any specific reason behind why...
I was deleting one of my dev environment on cloud manger and it was showing the deleting message for some time and after that showing Failed status. Their is no information about why the delete action got failed. Any idea on this ?
Hi Team, AEM 6.5 sling:resourceSuperType="core/wcm/components/image/v2/image" Adaptive ImageServlet picks right renditions/width for images of type JPEG. PROBLEM: But it works exactly opposite in case of PNG file. It increases the size of the rendered image relative to the size of the original imag...
Hi, community, On your project (AEM Release 2023.9.13665.20230927T063259Z), we follow a well-known content structure to manage pages and XFs. Content: /content/site/language-masters | |__de |__en - language copy of /content/site/language-masters/de ...
Hi Community! I have some components created in classic UI, and now I plan to upgrade the system to touch UI. I will not use the migration tool and i'm wondering what is best process to rebuild those components, also recreate the templates.Is there any code example showing the best practice to archi...
For a client we are leveraging Assets HTTP API for metadata updates on AEM as CS, there are certain metadata attributes which are of type Date or Long. What is the expected input format for Date and Long type fields in request body?
I have a resources folder parallel to my core bundle in project codebase. There is a json file in it. I want to read that json file from my Java class and fetch the value for a particular key from it. How can I do so?
Hi, I have a custom component(Stepper) that extends the AEM Core Accordion Component.In the HTL I'm using data-cmp-data-layer="${accordion.data.json}" for Accordion and data-cmp-data-layer="${item.data.json}" Below is the output I see in the browser console when I use window.adobeDataLayer....
I have a servlet installed in a bundle. It has a custom path like /bin/get/v0/myServletI have authentication on the whole site. Can you help me allow anonymous/public access to this URL, but everything else secure? Thanks,Charles
I have seen many posts on this but many seem old or potentially outdated as far as what to do. We are utilizing ACS commons versioned clientlibs. The versioning is working great, but the dispatcher is not recaching the new versioned files. I have verified that the versioned files are updated from ...