コミュニティアチーブメントバーを展開する。

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

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

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?

トピック

トピックはコミュニティのコンテンツの分類に役立ち、関連コンテンツを発見する可能性を広げます。

6.5
1 受け入れられたソリューション

Avatar

正解者
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...

元の投稿で解決策を見る

3 返信

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

正解者
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.