Developer Needs to remove the pretitle option from within the core Teaser components dialogs. They started by following
creating a component with core Teaser component as Its resourceSuperType adding a cq dialog folder under the component
What are the next correct steps that the AEM developer needs to take ?
a. Navigate to the new components dialog in CRX.
Delete the pretitle child node.
b. Navigate to the /apps/core/wcm/components/teaser/v1/teaser/cq:dialog/content/items/tabs/items/text/items/columns/items/column/items in CRX
c. create a file named dialog.xml inside that new folder
copy the entire node structure from the Core Teaser components dialog xml
Delete the pretitle node.
d.
Create a file named .content.xml inside new folder.
Copy only the node structure that will be modified into .content.xml
Add sling.hideChildren[pretitle] to the parent node of the pretitle node