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?