When customizing a core component in AEM, setting thesling:resourceSuperTypeproperty in the new component's definition allows it to inherit features from an existing core component. This property points to the resource type of the core component that is being extended or customized. By doing so, the new component inherits the core component's logic and rendering scripts but can be customized further according to project-specific requirements.
Option A,sling:resourceType, is used to define the primary resource type for a component and does not indicate inheritance.
Option B,jcr:title, is used to give a human-readable title to a node in the JCR and is unrelated to component inheritance.
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