AEM Core Component Title | Community
Skip to main content
New Participant
July 26, 2025

AEM Core Component Title

  • July 26, 2025
  • 2 replies
  • 775 views

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.

2 replies

BrianKasingli
New Participant
July 30, 2025

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:
👉 AEM Core WCM Components Releases https://github.com/adobe/aem-core-wcm-components/releases 


After installing, the Title component will be available under the /apps/core/wcm/components/title/v3/title

AMANATH_ULLAH
New Participant
July 28, 2025

@nsvsrk 

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

 

 

Amanath Ullah
nsvsrkAuthor
New Participant
July 28, 2025

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.

AnkurAhlawat-1
New Participant
July 28, 2025

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.