Navigation Carousel | Community
Skip to main content
Level 3
October 7, 2024
Solved

Navigation Carousel

  • October 7, 2024
  • 2 replies
  • 561 views

Hi Team,

I want to add few more tabs to the existing navigation items. Which node I need to overlay and how to do it?
Please help me solve the requirement.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by EstebanBustamante

Hi @vishal33 , 

Technically, you could overlay the node /libs/granite/ui/content/shell/onboarding to add extra slides something like this would work:

 

However, this area is marked as "granite:InternalArea", which means the node is for internal use only and should not be modified, overlaid, or inherited, ensuring system stability and functionality. If you make any updates here, be aware of the potential consequences and proceed at your own risk. 

 

You can learn more here: https://experienceleague.adobe.com/en/docs/experience-manager-65/content/implementing/deploying/upgrading/sustainable-upgrades.

 

I hope this helps.

2 replies

EstebanBustamante
Adobe Champion and Community Advisor
EstebanBustamanteAdobe Champion and Community AdvisorAccepted solution
Adobe Champion and Community Advisor
October 7, 2024

Hi @vishal33 , 

Technically, you could overlay the node /libs/granite/ui/content/shell/onboarding to add extra slides something like this would work:

 

However, this area is marked as "granite:InternalArea", which means the node is for internal use only and should not be modified, overlaid, or inherited, ensuring system stability and functionality. If you make any updates here, be aware of the potential consequences and proceed at your own risk. 

 

You can learn more here: https://experienceleague.adobe.com/en/docs/experience-manager-65/content/implementing/deploying/upgrading/sustainable-upgrades.

 

I hope this helps.

Esteban Bustamante
Vishal33Author
Level 3
October 10, 2024

Thank you for your reply