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 .
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
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.
We can't access system console directly in AEMaaCS. If it's for any OSGI configuration it has to be deployed via code.
For more details
https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-can-i-access-aem-as-cl...
for crx/de please visit below link
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.
Views
Likes
Replies