Display Node name instead of jcr:title in admin console | Community
Skip to main content
New Participant
April 19, 2016
Solved

Display Node name instead of jcr:title in admin console

  • April 19, 2016
  • 2 replies
  • 1048 views

My client wants to display the node name instead of jcr:title in side the sites section of the admin console.  Is there a way to configure this or does it require coding?

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 Hemant_arora

Yes, you need to code.

Refer to the below link and follow the steps mentioned.

https://docs.adobe.com/docs/en/cq/5-6-1/developing/customize_siteadmin.html

Just update the list info json object and then copy the siteadmin.js in your project structure and use the json object to replace the jcr:title with custom value 

2 replies

Hemant_arora
Hemant_aroraAccepted solution
New Participant
April 19, 2016

Yes, you need to code.

Refer to the below link and follow the steps mentioned.

https://docs.adobe.com/docs/en/cq/5-6-1/developing/customize_siteadmin.html

Just update the list info json object and then copy the siteadmin.js in your project structure and use the json object to replace the jcr:title with custom value 

smacdonald2008
New Participant
April 19, 2016

Can you post a screenshot and use paint to show where you want the update.