client library in Editable templates | Community
Skip to main content
manikanthar1295
New Participant
December 3, 2021
Solved

client library in Editable templates

  • December 3, 2021
  • 2 replies
  • 696 views

Hi Team,

 

I have create the template policy in that t have added 3 clientLibrarys say clientLib1,clientLib2,clientLib3.

 

Now when i have create page and added component now my component is not required 1 client library is there any property to restrict in component level In which the page is loaded with all 3 clientLibrary.

 

Regards

Manikantha R

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 Fanindra_Surat

Hi @manikanthar1295 ,

 

Excluding a clientlib from a component that is already included in a template is not possible. Instead, you can load clientlib1 in the component and have clientlib2,clientlib3 at the template level.

 

Thanks,

Fani

2 replies

Fanindra_Surat
Fanindra_SuratAccepted solution
New Participant
December 3, 2021

Hi @manikanthar1295 ,

 

Excluding a clientlib from a component that is already included in a template is not possible. Instead, you can load clientlib1 in the component and have clientlib2,clientlib3 at the template level.

 

Thanks,

Fani

arunpatidar
New Participant
December 3, 2021

Hi @manikanthar1295 

you can restrict the clientlibs based on template but not based on component.

If you want component based clieblibs then you need to use the custom solution.

Arun Patidar