Expand my Community achievements bar.

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

How can i hide the Sites,projects, Experience Fragments icons in AEM 6.5

Avatar

Level 2

hi,

I want to hide Site. Projects, Experience Fragments icons in AEM 6.5 for a user group and only Assets icon should be displayed for them how can I do that. It will be very helpful if I can get any suggestions on this.

 

thank you 

5 Replies

Avatar

Community Advisor

Hi @Uday_BhaskarPe,

Deny Read (jcr:read) access to the following:

  • /libs/wcm/core/content/sites

  • /libs/cq/core/content/projects

  • /libs/cq/experience-fragments/content/experiencefragments.html

Ensure Allow Read on:

  • /libs/dam/gui/content/assets

 


Santosh Sai

AEM BlogsLinkedIn


Avatar

Level 2

hi SantoshSai 

I have done this already the icons are still visible but when i click on icon it throughs a error for example i have denied jcr:read for /libs/wcm/core/content/sites  but the site icon is still visible and when i click on that it shows error Resource at '/libs/wcm/core/content/sites.html/content' not found: No resource found i understand that this is because of the deny i have added but i want icon should be hidden Screenshot 2025-07-15 115716.pngScreenshot 2025-07-15 115743.png

Avatar

Level 2

Screenshot 2025-07-15 144247.png

Avatar

Community Advisor

Hi @Uday_BhaskarPe 

you can achieve this by setting up permission for that particular group as deny for what you don't want to show and allow for what you want them to have access the path is /libs/cq/core/content under this you will find those options which you mentioned.

 

Here's already solved similar question for your reference.

Abhishek Anand

Avatar

Administrator

@Uday_BhaskarPe Did you find the suggestions helpful? If you need more information, please let us know. If a response resolved your issue, kindly mark it as correct to help others in the future. Alternatively, if you discovered a solution on your own, we'd appreciate it if you could share it with the community. Thank you!



Kautuk Sahni