Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Using Embed

Avatar

Level 4

I want to explore Embed component for a requirement but my local AEM 6.5 instance is having core component package version 2.3.2. And while editing a page i am not able to find embed component to be dragged and dropped. How can i get Embed in my list of components to be used?

1 Accepted Solution

Avatar

Correct answer by
Level 10

Hi @Shaheena_Sk,

Embed component is introduced in Core components version 2.7.0

Please install the same -> create proxy component in your project base inheriting from core Embed component(with project specific component group) -> author in site pages.

 

View solution in original post

3 Replies

Avatar

Correct answer by
Level 10

Hi @Shaheena_Sk,

Embed component is introduced in Core components version 2.7.0

Please install the same -> create proxy component in your project base inheriting from core Embed component(with project specific component group) -> author in site pages.

 

Avatar

Level 4
do i need to deploy this package via maven? because i already tried installing this package directly into package manager and got stuck

Avatar

Level 10

Hi @Shaheena_Sk,

Looks like direct apps package is not available from the releases link for 2.7.0

You can make use of version starting 2.9.0 which has explicit apps and content package which should work installing directly via package manager. 

https://github.com/adobe/aem-core-wcm-components/releases 

If you are looking for installing via Maven, try creating project via AEM Maven project archetype which has core components included in it by default. You can take this as a reference and amend your project code base accordingly to include via Maven build.