Hide Particular field in page properties Dialog.
Hi Team,
I would like to hide some fields in page properties dialog. which is coming from OOB page properties.
for example: hide SEO [OOB] option from Advanced Tab in page properties dialog.

Scenario:
I have created a page by inheriting core/cif/components/structure/page/v1/page

which is then inheriting from "/libs/core/wcm/components/page/v3/page"
which is finally inheriting from: "/libs/wcm/foundation/components/basicpage/v1/basicpage"
So, my Adnavced tab is coming from: /libs/wcm/foundation/components/basicpage/v1/basicpage/cq:dialog/content/items/tabs/items/advanced
i.e. /libs/wcm/foundation/components/basicpage/v1/basicpage/tabs/advanced
Now requirement here is to Hide SEO from Advanced tab.
I tried to copy the advanced tab and SEO node and used sling:hideResource true to hide, but then I cannot see any fields in Advance tab.
So how to hide only SEO node from OOB Advanced tab.
@kautuk_sahni @arunpatidar @vijayalakshmi_s @himanshu_singhal