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.
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.
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.