Customize the PageInformation menu in AEM6.2 | Adobe Experience League Community
Skip to main content
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 kautuk_sahni

All the options for page information can be found here: /libs/wcm/core/content/editor/jcr:content/content/items/content/header/items/headerbar/items

Overlay this :- /libs/wcm/core/content/editor/jcr:content/content/items/content/header/items/headerbar/items and

the JSP for hyperlinking is :- /libs/granite/ui/components/foundation/hyperlink/hyperlink.jsp

I hope this will help you.

~kautuk

2 replies

smacdonald2008
Level 10
January 25, 2017

Please post a screenshot of where you want to add a menu. What version of AEM are you using? 

I would recommend starting by watching the GEMS session on how to modify the AEM UI. 

https://helpx.adobe.com/experience-manager/using/extending-aem-6-administrator-user.html

link at the start of this artilce - also see the Github project.

kautuk_sahni
Adobe Employee
kautuk_sahniAdobe EmployeeAccepted solution
Adobe Employee
January 25, 2017

All the options for page information can be found here: /libs/wcm/core/content/editor/jcr:content/content/items/content/header/items/headerbar/items

Overlay this :- /libs/wcm/core/content/editor/jcr:content/content/items/content/header/items/headerbar/items and

the JSP for hyperlinking is :- /libs/granite/ui/components/foundation/hyperlink/hyperlink.jsp

I hope this will help you.

~kautuk

Kautuk Sahni