Creation of new component from projects existing component
Hello Team,
In my project, I have a component: /apps/abc/components/myComponent/
having: sling:resourceSuperType : one of the core component
Now, I need to create new component: myTestComponent for the same project under "commerce" section. /apps/abc/components/commerce/myTestComponent/
Functionality wise, this is 90% similar to the above myComponent
What is the best way to create the new component: myTestComponent
obviously copy pasing the html file, cq:dialog of myComponent is not the right choice.
Can someone guide me?
Thanks in advance