Hi all,
What is the path in JCR for AEM Core Component Title?
I am looking for /libs/core/wcm/components/title.
But my /libs does not have core folder.
Attached screen shot.
Rather the path /libs/wcm/core/components is available, but no Title component underneath.
I have a brand installation of AEM 6.5 on my laptop and have installed only aem-service-pkg-6.5.23.0.zip on it.
Appreciate all your replies.
Thanks,
RK.
Views
Replies
Total Likes
When AEM is installed with service pack, Core components are not included by default
To get the AEM Core Components, you need to manually install the Core Components package.
https://experienceleague.adobe.com/en/docs/experience-manager-core-components/using/versions
Thanks @AMANATH_ULLAH .
I installed core.wcm.components.all-2.29.0.zip and it installed Core components in /apps and not /libs.
Is this the expected behavior?
The author of the below suggested /libs.
Article List Component: Cards Layout: https://www.youtube.com/watch?v=wXrIB3wLao4
I too think that since Core components is a library, /libs is the correct location.
Thanks,
RK.
Views
Replies
Total Likes
Hello,
When core components are designed and introduced by Adobe, they have architecture them as cloud ready components. Because content under /libs part is immutable and we cannot deploy as a package on cloud, it make sense to keep core components under /apps.
I have written this article long back when AEM 6.3 was released.
https://www.aemcq5tutorials.com/tutorials/how-to-use-core-components-to-create-your-aem-website/
Here also , if you see the main difference between foundation and core components, it was /libs vs /apps.
Yes its expected
After installing the package, core component will be available in /apps
Views
Replies
Total Likes
The Core Components are not included by default with your vanilla AEM 6.5 install.
You’ll need to manually install the AEM Core Components package.
Once installed, you’ll find them here: /apps/core/wcm/components/*
You can download the latest compatible package and install it via CRX Package Manager:
After installing, the Title component will be available under the /apps/core/wcm/components/title/v3/title
Views
Likes
Replies