Clientlib created for multifield content fragment and category as dam.cfm.authoring.contenteditor.v2 | Community
Skip to main content
Level 2
December 13, 2022
Solved

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

  • December 13, 2022
  • 1 reply
  • 637 views

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. 

 

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!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arunpatidar

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.

 

1 reply

arunpatidar
Community Advisor
arunpatidarCommunity AdvisorAccepted solution
Community Advisor
December 13, 2022

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