loading JS | Community
Skip to main content
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,

Yes, you can by using extraClientLibs property.

To add this extra clientlibs specific to your component dialog, add extraClientlibs property to the cq:dialog of your component.

extraClientlibs(String)= clientlibs categories

Keep Calm and Code It.: extraClientlibs in AEM

2 replies

arunpatidar
Community Advisor
arunpatidarCommunity AdvisorAccepted solution
Community Advisor
March 31, 2019

Hi,

Yes, you can by using extraClientLibs property.

To add this extra clientlibs specific to your component dialog, add extraClientlibs property to the cq:dialog of your component.

extraClientlibs(String)= clientlibs categories

Keep Calm and Code It.: extraClientlibs in AEM

Arun Patidar
smacdonald2008
Level 10
March 31, 2019

Excellent response Arun!