In AEM, when you need to extend a dialog from a core component but want to hide or exclude one tab or part of the dialog, you can use thesling:hideResourceproperty. This property allows you to selectively hide resources (like a tab in a dialog) inherited from a super type (the core component) in your overlay or custom component.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit