Unable to hide page properties tab for Granite Dialog(Touch UI) in AEM 6.1 -
i have requirement hide cloud services , permissions tab in page properties particular set of user group. have 2 of custom tabs in page properties.
when create rep:policy node , add deny permission particular group custom tabs hidden ootb tabs cloud services , permissions not hidden. please note have overridden cq:dialog libs apps.
any highly appreciated.
thanks & regards
ashish
try:
<cloudservices jcr:primarytype="nt:unstructured" sling:hideresource="true"/> <permissions jcr:primarytype="nt:unstructured" sling:hideresource="true" />
~kautuk
Comments
Post a Comment