Overriding the Column Control [/libs/foundation/components/parsys]
I am trying to override the Column Control component , as per the document that I have gone through , I need to copy the node at [/libs/foundation/components/parsys] and place it under the /apps . In my case it would be : [/apps/foundation/components/parsys] . This path was not present on my local so I created a folder structure under : apps [/foundation/components]
I am using the maven plugin to push my local changes to localhost:4502. So I created the exact replica of node structure at the [/apps/foundation/components]
[img]Capture_OverrideColumn.PNG[/img]
When I build the project I dont see anything under crxde.
To try another place , I took the exact node structure and placed it under the [/apps/projName/components] , even with this I dont see parsys under [/apps/projName]. Am I missing anything about overriding the component ?