I created a plugin for Umbraco that allows you to use a ListView with the following extras:
- A image with the field alias: (thumbnail, image, logo, listingImage)
- A name field from a linked document.
It works with all the original functionality of ListView, including selections, sort and search.
Just create a new listview in Umbraco, add your custom fields for images or linked relations then use this path for a view:
/app_plugins/punkThumbnailListView/punkthumbnailListView.html
It should display your images and relational titles in the listview.
nuget
Install-Package punkThumbnailListView
https://www.nuget.org/packages/punkThumbnailListView/
Compatibility
Umbraco 9+
Top comments (0)