Sorting of entities in Umbraco.MultiNodeTreePicker

Hi,

Just wondering if there’s any way we could have a content picker “respect” listview settings such as sorting by.

Explaining more in detail, assume we have a landing page document type configured as list view for a detail page document type, and we have a content picker that will select one or more of nodes of type detail page document type. Umbraco is smart enough to understand it’ll show the content in list view rather than tree view, but it doesn’t respect the listview configuration such as sorting by and sorting direction.

Any ideas?

Cheers,

Dirk

If I’ve understood correctly, this article may help https://docs.umbraco.com/umbraco-cms/13.latest/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/listview

Hi SC, thanks for your reply, buy you haven’t understood correctly what i’m asking. I know about the listview, and we use them, but if we need to pick content using the content picker, where the starting node is of type that has a listview configured, it should take into account the listview settings when displaying the nodes to choose. I’ll try to make a quick example and screenshots to explain better