I am trying to create a _rep_policy.xml on my /conf/my-brand, so that everyone can view this file. Whenever I bundle the code into AEM platform, the _rep_policy does not show up.Please can someone explain to me why this is happening?
What is the best way to install the Dynamic Sling Include, Apache Bundle in AEM? Code Deployment?Manual Upload (by logging into System/Console). What is the best practice?
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 ...