We have a component 'tabs' in our project and inside that we have a 'subtab' component
crx structure:
/apps/proj/components/layout/tabs
/apps/proj/components/layout/tabs/subtab
I am facing multiple issues
- I am unable to see the 'subtab' component in template structure option though I have included in template policy. I can see 'tabs' component.
- I have added component policy (style-system) for 'tabs' component and I see styles changing for it
- I have added similar policy for 'subtab' component from 'crx/de' and can see style-system option while authoring page, but styles are not changed.
Please help me on this.