fiddling around with the data manager plugin after some investigations w.r. to comments plugins - see this thread I just wonder how it would be possible to access comments via the Datamanager Admin UI,
especially, how to delete unwanted comments this way.
reading the datamanger plugin docs I thought the Admin UI would display everything under user/data without any special configuration.
and, well, it does that, but not everything:

as seen in the screenshot, everything present in the user/data folder is there, except the comments.
the comments folder, as a difference to the others, has its data (the yaml files) in the subfolder user/data/comments/de/blog.
so I supposed the datamanager will only display folders which contain data files in the folder itself (not subfolders), and copied some comment files directly in user/data/comments.
still no dice - datamanager does not show comments.
next try was to add:
types:
comments:
name: Comments
to data-manager.yaml - same result.
so my question here: does anyone know how to convince datamanager to show/handle comments ?


