Scenario: In an AEM project, you have a parent component with a resource type "myapp/components/content/base." You want to create a child component that inherits from the parent but has a different resource type. What property should you modify in the child component's node?
- componentGroup
- cq:componentInheritance
- jcr:primaryType
- sling:resourceType
In the child component's node, you should modify the sling:resourceType property to specify the new resource type, which will override the parent component's resource type.
Loading...
Related Quiz
- During a recovery operation, it is important to restore the AEM system to its previous _______ state.
- Which of the following is not typically included in an AEM release version?
- Which of the following is NOT a common AEM project best practice?
- The _______ console in AEM is used to manage and troubleshoot workflow-related issues.
- AEM Assets allows users to add _______ to assets for better organization and searching.