There was a bug with using the same trick to add a Multi Url Picker as a Macro Picker, which was pulled in to be fixed in v8.7 so if you are on an eariler version than 8.7 this won't work.
But if you are greater than 8.7 - you can see an example on the PR that fixed the issue:
Use Multi Url Picker in macro as a parameter
Hi
Does anyone know how to add the Multi Url Picker to the available property editors when defining macro parameters?
I found out how to add the RTE as a macro parameter reading this post here:
https://our.umbraco.com/forum/templates-partial-views-and-macros/82089-tinymce-as-macro-parameter
Does anyone have a similar guide or snippet for adding the Multi Url Picker - that would be highly appreciated :-)
Kind regards.
Hi Thomsen
There was a bug with using the same trick to add a Multi Url Picker as a Macro Picker, which was pulled in to be fixed in v8.7 so if you are on an eariler version than 8.7 this won't work.
But if you are greater than 8.7 - you can see an example on the PR that fixed the issue:
https://github.com/umbraco/Umbraco-CMS/pull/8144
Hope that's enough of a steer for you to get it working.
regards
Marc
Thank you Marc, I'm in the latest v8 so I will give it a try this evening 👍🏻
is working on a reply...