Hi everyone,I would like to customize AEM workflow model if i select on workflow model and clicks on start workflow instead of payload path I should be able to addrecently created package from the package manager i.e. which should be consider as payload pathbut this particular modal (please find bel...
We want to create a custom content fragment component which restricts only one type of content fragment type/model. OOTB content fragment component allows selecting any CF model.
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 ...