Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

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

SOLVED

Clientlib created for multifield content fragment and category as dam.cfm.authoring.contenteditor.v2

Avatar

Level 2

Created a clientlib for multifield content fragment in my project folder structure of /apps/abc/clientlibs/clientlib-cfm-composite-multifield and category provided as - dam.cfm.authoring.contenteditor.v2 
The multifield content fragment working fine. But when I do a search in CRXDe with the category specified above  I see another 2/3 occurrences of this category as below screenshot. 

Pabs13_0-1670921093229.png

 

I need to deploy this clientlib into QA now. So my question will all 3/4 clientlibs will load including 3 from /libs and 1 from /apps??
Please suggest me on this to understand it better.

Thanks!

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

If dam.cfm.authoring.contenteditor.v2 is directly called in the code, then all clientlibs will be loaded, but if it is embedded somewhere, then all clientlibs (/apps & /libs) will be embedded and loaded via a single request.

 

Arun Patidar

AEM LinksLinkedIn

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi,

If dam.cfm.authoring.contenteditor.v2 is directly called in the code, then all clientlibs will be loaded, but if it is embedded somewhere, then all clientlibs (/apps & /libs) will be embedded and loaded via a single request.

 

Arun Patidar

AEM LinksLinkedIn