Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.
SOLVED

How do i enable/disable permissions to cloud services configurations, crx/de etc. in tools?

Avatar

Level 2

I do not want access to entire tools to be revoked but some contents in tools. Especially package manager , cloud services tab , assets , sites tools .image.png

Topics

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

1 Accepted Solution

Avatar

Correct answer by
Level 2

hi @Zendark - If you want to disable certain options from Tools then rendercondition (https://developer.adobe.com/experience-manager/reference-materials/6-5/granite-ui/api/jcr_root/libs/... can be used. You need to overlay your node at  /libs/cq/core/content/nav/tools that forms the tools navigation under apps and add the condition accordingly. Here is the screenshot where i made changes under libs directly just to show conceptually.

Please note , i had created a usergroup and added restriction permission to this group to read for /content/dam/Sample based on which i am building the condition to render but you can build condition according to your requirement.

 

AEM_U1_0-1708573862291.png

 

View solution in original post

2 Replies

Avatar

Correct answer by
Level 2

hi @Zendark - If you want to disable certain options from Tools then rendercondition (https://developer.adobe.com/experience-manager/reference-materials/6-5/granite-ui/api/jcr_root/libs/... can be used. You need to overlay your node at  /libs/cq/core/content/nav/tools that forms the tools navigation under apps and add the condition accordingly. Here is the screenshot where i made changes under libs directly just to show conceptually.

Please note , i had created a usergroup and added restriction permission to this group to read for /content/dam/Sample based on which i am building the condition to render but you can build condition according to your requirement.

 

AEM_U1_0-1708573862291.png