Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.

Mark Solution

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

SOLVED

Features to be disabled

Avatar

Level 1

Hi All,

I have a requirement where I do not want the marked options in my page. How do I disable these? Any help would be much appreciated.

1658377_pastedImage_0.png

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

Overlay /libs/cq/core/content/nav and use to sling:hideChildren hide options

https://helpx.adobe.com/experience-manager/6-2/sites/developing/using/sling-resource-merger.html

Arun Patidar

AEM LinksLinkedIn

View solution in original post

5 Replies

Avatar

Correct answer by
Community Advisor

Hi,

Overlay /libs/cq/core/content/nav and use to sling:hideChildren hide options

https://helpx.adobe.com/experience-manager/6-2/sites/developing/using/sling-resource-merger.html

Arun Patidar

AEM LinksLinkedIn

Avatar

Level 1

Hi Arun Patidar,

Thanks for your response.

Sling:hideChildren property is hiding all the marked options under in page but my requirement is to disable them. So, i need to do that through Css only.

Avatar

Community Advisor

Ohh ok, yes then you can do it with CSS
Let me know if you need CSS rules for this.

Arun Patidar

AEM LinksLinkedIn

Avatar

Level 1

Yes please that would help.

Thanks,

Shashank

Avatar

Community Advisor

Hi,

To disable item you need to go for javascript. but for navigation item you need to write your own handler to disable items because there is no disable method available for nav item but tool icon can be disable.

Documentation | CoralUI

Arun Patidar

AEM LinksLinkedIn