Hi, is there a way to access the policy of a certain component that has been called by component using data-sly-resource?
Let's say I have a parent component and calls the customcomponent using data-sly-resource:
<sly data-sly-resource="${ 'share' @ resourceType='core/wcm/components/custom/customcomponent'}"></sly>
Use case is that Icon strings are already implemented in policy of customcomponent and I added it to the Parent component. Thanks!