Hi, I'm exploring Umbraco 7 for a new website. A main feature for this new website is it's news functionality.
I've seen there's a new way for showing news items in Umbraco 7 with 'listview'. Does anybody know where I can find documentation on this new listview feature?
I don't think there is a documentation at this time.
But basically to activate the listview you can:
Go to the settings of your parent Container and enable listview
Go to developer tab, create a new DataType and choose 'List view' as property editor. Then return to the setting of your docType, create a new tab (isn't necessary but is cleaner), add a property of your new dataType (the listView).
usage of listview for news documenttype
Hi, I'm exploring Umbraco 7 for a new website. A main feature for this new website is it's news functionality.
I've seen there's a new way for showing news items in Umbraco 7 with 'listview'. Does anybody know where I can find documentation on this new listview feature?
thanks for your help,
Anthony
I don't think there is a documentation at this time. But basically to activate the listview you can:
thanks nojaf,
I got it working pretty easily:
thanks for your help,
Anthony
is working on a reply...