Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Hide tools icon on aem/start.html

Avatar

Level 5

Hi , 

 

I would like to hide the tools icon from aem/start.html and show the tools icon to administrator group. I am able to hide all the operations via granite:rendercondition but still icon is displaying on the screen.

 

Any inputs?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

6.5
1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @AEMLearner-1989 you can use ACLs (Access Control Lists) to restrict access to below path /libs/granite/ui/content/shell/start/content/cq/items/tabs/items/tools - so only users that are members of group that have permission to read above path will see Tools option in the start screen.

 

You can find more information about ACLs under https://experienceleague.adobe.com/docs/experience-manager-65/administering/security/security.html?l...

View solution in original post

3 Replies

Avatar

Level 10

Hi @AEMLearner-1989 ,

 

Tools/Hammer Icon is coming from below path.

 

/libs/granite/ui/content/shell/start/content/cq/items/tabs/items/tools

 

But this is grey shaded (granite:internalArea). So I don't think we can make a change for this.

Avatar

Correct answer by
Community Advisor

Hi @AEMLearner-1989 you can use ACLs (Access Control Lists) to restrict access to below path /libs/granite/ui/content/shell/start/content/cq/items/tabs/items/tools - so only users that are members of group that have permission to read above path will see Tools option in the start screen.

 

You can find more information about ACLs under https://experienceleague.adobe.com/docs/experience-manager-65/administering/security/security.html?l...

Avatar

Employee

Hi @AEMLearner-1989 you can remove the jcr:read permission from the below path "/libs/granite/ui/content/shell/globalnav/cq/items/tabs/items/tools" and tools option won't show.