Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

Action button controls for folders

Avatar

Former Community Member

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

1 Accepted Solution

Avatar

Correct answer by
Level 10

Here is the documentation on this subject: 

https://docs.adobe.com/docs/en/aem/6-0/develop/extending/customizing-consoles-touch.html

Also in this doc topic - there is a GEMs session that talks about modifying the AEM user interface. 

These places would be the place to start. 

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

Here is the documentation on this subject: 

https://docs.adobe.com/docs/en/aem/6-0/develop/extending/customizing-consoles-touch.html

Also in this doc topic - there is a GEMs session that talks about modifying the AEM user interface. 

These places would be the place to start.