Expand my Community achievements bar.

SOLVED

Display Node name instead of jcr:title in admin console

Avatar

Level 3

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?

1 Accepted Solution

Avatar

Correct answer by
Level 8

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 

View solution in original post

2 Replies

Avatar

Level 10

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

Avatar

Correct answer by
Level 8

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