Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session
SOLVED

How to change page title from authors user interface in AEM 6.4 and AEM 5.6

Avatar

Level 7

Hello,

I've got an requirement to change the page title from Authors user interface. The default title in AEM 6.4 is "AEM Start", in AEM 5.6 is "AEM Projects".

Is it possible to archive it, if so how?

 

Thanks in advanced. 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @Magicr 

 

AEM Start in 6.4 is loading from /libs/granite/ui/content/shell/start path

You can overlay the node in /apps and change the value to required title.

/apps/granite/ui/content/shell/start

 

asutosh_jena_0-1619704555741.png

asutosh_jena_1-1619704575478.png

 

Thanks!

View solution in original post

5 Replies

Avatar

Community Advisor

Hi @Magicr,

jcr:title property available in this location - /libs/wcm/core/content/sites/jcr:content is responsible for the Sites page title. 

You need to overlay and update accordingly. 

If you are to update the "Sites" name in all other occurrence, it needs update in respective place. Let know if you need details on those. 

Note : Just for showcasing the change, I have changed directly in libs from my local instance. Overlay to apps when you actually change. (via Overlay Node option)

Vijayalakshmi_S_0-1619704080223.png

Vijayalakshmi_S_0-1619704206229.png

 

Avatar

Community Advisor
Oops, Ignore this. I misconceived as Sites title. @Asutosh_Jena_ got it correct.

Avatar

Correct answer by
Community Advisor

Hi @Magicr 

 

AEM Start in 6.4 is loading from /libs/granite/ui/content/shell/start path

You can overlay the node in /apps and change the value to required title.

/apps/granite/ui/content/shell/start

 

asutosh_jena_0-1619704555741.png

asutosh_jena_1-1619704575478.png

 

Thanks!

Avatar

Level 7
Thanks for your answer. I have beeing investigating further and found /libs/cq/gui/components/authoring/editors/core/head.jsp as a source for the edit mode. The requirement got an specification for creating a dynamic title.

Avatar

Level 7

I could find the path for AEM 6.4 this is "/libs/granite/ui/components/shell/page/page.jsp" . Though, thanks for your help leading me into right direction. Let's hope to find the right path for AEM 5.6 either.