What is the best way to add more properties to the page component?
Hello all,
I've a requirement where I have to add more properties to the existing page component. I've tried these two ways:
- Overlay the page component and add more properties in tab_basic (this worked)
- Inherit the page component (giving in slingResourceSuperType) and copy and paste the dialog node and add more properties (this did not work)
Are there any other options to do it? Basically I want to have more options in the basic tab rather than just 3 which has been given. I have added the pic also here for more clarity. Thanks!