@Nishant25 you can check these refs. https://stackoverflow.com/questions/38026475/aem-get-property-of-parent-component-dilalog-inside-child-components-dialog
https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/parent-resource-valuemap-value-sling-injector-aem-community-blog/td-...
@anasustic In that case you could try to create "overview.html" instead of eventTeaser.overview.html and try this-
data-sly-resource="${event.resource @ resourceType='xxx/components/content/eventTeaser', addSelectors='overview'}">
@anasustic
data-sly-resource="${event.resource @ resourceType='xxx/components/content/eventTeaser',appendPath='eventTeaser.html' addSelectors='overview'}">
I guess, you can try something like this.
@SantoshSai This seems like a similar thread on this topic- https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/html-library-manager-allowed-client-libs-path/td-p/284277
As per this, we could embed it via the /libs/ clientlibs. As clientlibs gets expose them via /etc.clientlibs...
@Vinod-N-E I believe, data-sly-use initializes your sling model, ie. it basically declares component-beans with this statement for instance, to check conditions before that may not be possible.
However, I am not sure what your use case is.
@akhilraj I have not tried this, however, guessing this might be related- https://www.albinsblog.com/2021/12/enable-user-authentication-for-aem-websites-azureadb2c-oauth.html#.Y-tihXZBw2w
@cosmicthief You could probably include the dialog of the OOTB button components via /libs/granite/ui/components/coral/foundation/include and customize the HTML/CSS as you would like.
@dms879090
cq:isContainerBooleanIndicates whether the component is a container component and therefore can contain other components such as a paragraph system.
You could probably create a subgroup and add it to the policies. cq:isContainer would make a tree structure for the content tree.