Hello Experts,
I would like to know, if we can restrict any action buttons for folder only using "rendercondition" node. I know, we can control to show/hide any button on the basis of access but if on similar pattern can we restrict it for any type (in my case for folders).
<notify
jcr:primaryType="nt:unstructured"
text=“Notify (Admins Only)">
<rendercondition
jcr:primaryType="nt:unstructured"
sling:hideProperties="[privileges,path]"
sling:resourceType="myapp/components/renderconditions/group"
groups="[administrators]"/>
</notify>
Regards,
T