hi - anyone know why this datatype isn't available for use in macros in umbraco 7?
I notice "Umbraco.MultiNodeTreePicker" isn't available as a datatype either, but there is a Multi Content Type Picker. It seems to me the use case for a Content Type picker would be very low / non existant?
As you probably already know, to get the Umbraco.MultiNodeTreePicker you need to create a new data type, in the data types folder, give it a name, and then choose the MultiNode Treepicker as the property editor.
Umbraco.RelatedLinks datatype in Macros
hi - anyone know why this datatype isn't available for use in macros in umbraco 7?
I notice "Umbraco.MultiNodeTreePicker" isn't available as a datatype either, but there is a Multi Content Type Picker. It seems to me the use case for a Content Type picker would be very low / non existant?
thx
Hi andrew,
Sorry for the late answer.
You should be able to add more property editors to the macro paramter dropdown. You need to find the settings for the related links property editor and try to add the settings that is showing in this documentation https://github.com/umbraco/AngularWorkbook, and especially look at the exercise 10, on how to reuse an editor as a macro parameter editor https://github.com/umbraco/AngularWorkbook/blob/master/Exercises/Exercise10.md
As you probably already know, to get the Umbraco.MultiNodeTreePicker you need to create a new data type, in the data types folder, give it a name, and then choose the MultiNode Treepicker as the property editor.
Hope this can help you.
/Dennis
is working on a reply...