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.
Solved! Go to Solution.
Views
Replies
Total Likes
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
Thanks!
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)
Views
Replies
Total Likes
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
Thanks!
Views
Replies
Total Likes
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.
Views
Replies
Total Likes