Add custom column on site list view of AEM 6.5 | Community
Skip to main content
April 27, 2021
Question

Add custom column on site list view of AEM 6.5

  • April 27, 2021
  • 2 replies
  • 1948 views

I would like to add some columns on site list view for better identifying pages

I have found am example on https://github.com/Adobe-Marketing-Cloud/aem-sites-extension-listview-columns

but it seems old and could not be built.

 

I tried to follow the logic of the example, by adding a subclass of PageInfoProvider and availabecolumns in crxde.

I can choose the new field on configure columns site list view, but cannot show any value of the field

 

I have verified the subclass of PageInfoProvider is running properly by going to

/libs/wcm/core/content/pageinfo.json?path=<page_path>

the new values are added

 

Any newer example to add columns to site list view?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

Level 2
April 29, 2021

@charlieshumCan you check if any errors are thrown during custom field selection in browser console and logs?  

April 29, 2021

No. I even cannot see the debug logs of the PageInfoPrivider

I have also tried to use js clientlib to implement this. However, when loading the site list view, seems none of the DOM events, like foundation-contentloaded is triggered.

November 20, 2024

Hi @charlieshum, Is this issue fixed? I do also have the same requirement. Your inputs will be more useful.