If I understand your question correctly, yes you can.
The way to do it would be to go to the developer section and define a new MNTP under data types - within there you can comma separate a list of permitted document types.
Not actually. I have one document type, just one type and the question is can i filter the results shown in the list by a specific property type of the document type. For example some bool property?
They allow for different datasources.
Maybe you can get the desired result using a Lucene based picker, XML based or a create your own custom datasource.
How to filter multinodetreepicker nodes by property value
Can I filter the nodes which can be selected by the multi node tree picker in the backoffice by property type from the nodes which can be selected?
Hi Vladimir
If I understand your question correctly, yes you can.
The way to do it would be to go to the developer section and define a new MNTP under data types - within there you can comma separate a list of permitted document types.
Hope this helps.
Nigel
Hi Nigel
Not actually. I have one document type, just one type and the question is can i filter the results shown in the list by a specific property type of the document type. For example some bool property?
Vladimir
Hi Vladimir,
That is not possible. With MNTP you can only filter on doctype.
Maybe you can have a look at nuPickers : https://our.umbraco.org/projects/backoffice-extensions/nupickers/
They allow for different datasources. Maybe you can get the desired result using a Lucene based picker, XML based or a create your own custom datasource.
Probably a xml based picker with a xpath query can get the job done : https://github.com/uComponents/nuPickers/wiki/Data-Source-Xml
Dave
is working on a reply...