Hi,I'm creating a project with the archetypeVersion 25 for a SPA. But I am having the below error when I'm trying to deploy: [ERROR] Failed to execute goal on project aem-mycmscoe-spa.core: Could not resolve dependencies for project com.cmscoe.spa:aem-mycmscoe-spa.core:jar:1.0.0-SNAPSHOT: Failure to...
I have a requirement where my site-structure is like this/content --/mysite --/us(master) --/en/page --/fr(live-copy) --/en/pageon page i have a experience fragment which is pointing to /content/experience-fragments/mysite/us/en/xfon fr s...
AEM 6.5 seems to be making regular requests such as the one below; as found in access.log from a publish instance "HEAD / HTTP/1.1" 200 - "-" "Apache-HttpClient/4.5.4 (Java/1.8.0_251)" The polling fails constantly on author instances, and the error rate shows up in Java reporting such as New Relic. ...
"categories (string) multiple - is the identifier used to directly include this clientlib from a content page or to embed it in other clientlibs. We can categorize our clientlibs using this property to manage files easily and only load whatever we need. The categories property, being multi-valued, a...
Hi Team, I want to change the richtext editor related to multiline text in content fragment model. Is that possible ? Basically I want to enable some plugins. Thanks in advance.
Hi all, If I am implementing Headless AEM1. What is the relevance of AEM Templates, given that pages will not be built in AEM and AEM supplies only data to te front end?2. How content could be created?3. How could the front end consumes AEM Experience Fragments? Appreciate your support. Thanks,Rama....
We have a connector which uploads file using Asset API HTTP Put to upload any new assets into AEM OnPrem.The issue we are facing is when we disable WebDAV in AEM, the HTTP PUT also stops. Is there a way to allow to upload assets via HTTP PUT while keeping WebDAV disabled.Thanks
Hi,Can anyone suggest me how to get the number of occurrences or the page paths that AEM component has been used in the content using Bulk Editor. ? Thanks in advance.
I have a component with various fields in it along with image field. I want to refresh the page only when the image field is update. Right now I'm using edit:config to refresh page "afteredit". How can I refresh the page only when the image field is edited?