Display children of specific content node as listview
Does anyone know if it's possible to switch a specific content page to a listview instead of browsing its child pages via the content tree?
My use case is that I have a client with a particularly large number of child pages under one section of their content tree and I think browsing this would be more suited to the listview.
I don't want to change the doc type to listview because that would affect large parts of their content tree which we don't want to display in that way.
It's only possible to switch a document type to a listview, you can't choose 1 content node and make it a listview.
Usually this is solved by creating a overview document type and a detail document type. Like having a newsOverviewPage which has the listview enabled and a newsDetailPage which has the news items themselves.
Display children of specific content node as listview
Does anyone know if it's possible to switch a specific content page to a listview instead of browsing its child pages via the content tree?
My use case is that I have a client with a particularly large number of child pages under one section of their content tree and I think browsing this would be more suited to the listview.
I don't want to change the doc type to listview because that would affect large parts of their content tree which we don't want to display in that way.
Thanks!
Hi,
It's only possible to switch a document type to a listview, you can't choose 1 content node and make it a listview.
Usually this is solved by creating a
overview
document type and adetail
document type. Like having anewsOverviewPage
which has the listview enabled and anewsDetailPage
which has the news items themselves.https://docs.umbraco.com/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/listview
is working on a reply...