Expand my Community achievements bar.

Radically easy to access on brand approved content for distribution and omnichannel performant delivery. AEM Assets Content Hub and Dynamic Media with OpenAPI capabilities is now GA.

Unable to hide page properties tab for Granite Dialog(Touch UI)

Avatar

Former Community Member

I have a requirement to hide the cloud services and permissions tab in the page properties for a particular set of user group. I also have two of my custom tabs in the page properties. 

When I create a rep:policy node and add the deny permission for that particular group my custom tabs are hidden but the OOTB tabs like Cloud Services , Permissions are not hidden. Please note I have overridden the cq:dialog from libs to apps.

Any help would be highly appreciated.

Thanks & Regards

Ashish

1 Reply

Avatar

Level 4

Have you tried this?

<cloudservices jcr:primaryType="nt:unstructured" sling:hideResource="true"/>

<permissions jcr:primaryType="nt:unstructured" sling:hideResource="true" />