What is the best way for me to embed Sling Dynamic Include bundle.jar into my AEM project? The documentation says include this as a dependency, but it does not work... <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.dynamic-include</artifactId> <version>3....
Hi All, I have a crx event listener been working all time in AEM 6.0. After migrating to AEM 6.5, it stops working. I basically want to observe a node created under /crx/de, then it will trigger something. Here is the code: // -- component & service definition herepublic class CRXObservation impleme...
Hi Team,I have set up new project in AEM, Developed Experience Fragment , Editable Templates and Themes . But I want to write custom CSS to design our header, footer and body content.Please guide me right way to write CSS for project.
We are upgrading our page component to version 3. When I test this locally, I notice the Open Graph meta tags are no longer present in our page source. The head.socialmedia.html file is gone in V3, and this seems to be what included it before. Is there a new include I need to apply, or do I need to ...
I have added component to the page but it is not appearing until I refresh the page. Even listner for referesh page is not working I need to refresh manually then only component is appearing Component( RTE, Drop Down, text field only these field are there) This is the console error I am getting wh...
HiBecause the Sling Health Checks are deprecated, we want to migrate to Felix Health Check. Everything works so far with the new Felix Health Executor Servlet, but we troubles to switch also the Granite healthreportlist (/granite/operations/content/healthreports/healthreportlist.html). Our tile with...
Hi Team, We are working on project where we got a situation to exclude personalized clientlibs i.e., etc.clientlibs/cq/personalization/clientlib/personalization/kernel.min.js from minification, so that only personalization kernel JS is not minified rest all clientlibs are minified. Could you please ...
Hi I am adding the below code using AEM 6.5 On Premise <?xml version="1.0" encoding="UTF-8"?> <jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" jcr:primaryType="cq:EditConfig"> <cq:listeners jcr:primaryType="cq:EditListenersConfig" afte...
When we create child configuration under another configuration in configuration browser and enabled content fragment models option, I am able to create content fragment model. But model is not showing options to add fields by drag and drop. It is empty when we try to edit.Same is working fine if we ...