Consider I have 2 components (both of them footer section) cq_dialog of footer has 3 fields 1) Title 2) Content 3) Image How do I share the cq_dialog between my 2 components. Is there any other way than direct copy pasting stuff
I wanted to use core wcm components but all of them were not showing. Only a few were showing up and working fine.Then I stumbled upon thisUsing Core Components | Adobe Experience ManagerI downloaded and installed zip packageRelease Core WCM Components 2.29.0 · adobe/aem-core-wcm-components · GitHub...
All the clientlibs are transferred from ui.frontend (dist) to ui.apps (<project_name>/clientlibs) using AEM clientlibThen when the package is installed to AEM instance they can be found in JCR under/apps/<project_name>/clientlibs (exact structure from ui.apps) but in my case we are importing the cl...
Q1) For every cq:Page we need a jcr:contentI get that there are rules/schemas defined [cq:Page] > nt:hierarchyNode
orderable primaryitem jcr:content
+ jcr:content (nt:base) = nt:unstructured
+ * (nt:base) = nt:base versionwhere are these defined in the jcr repository.Where are the nt:nodeTy...