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

Question about ClientLib embeds

Avatar

Level 3

Hi,

I would like to include clientlibA that embeds clientlibB which embeds clientlibC.  It doesn't seem to embed clientlibC at all when I check the content of clientlibA.  Is this not allowed?

 

Thanks!

1 Accepted Solution

Avatar

Correct answer by
Employee

Embeds are not transitive. If you want clientlibA to embed clientlibB and clientlibC, you need to explicitly state that.

View solution in original post

3 Replies

Avatar

Correct answer by
Employee

Embeds are not transitive. If you want clientlibA to embed clientlibB and clientlibC, you need to explicitly state that.

Avatar

Former Community Member

Avatar

Level 3

Great, thanks for the confirmation.