As this functionality is not in the core, courier is not convertng the selected nodes when transfering. I was hoping there was a generic data resolver which could do this which I can enable in courier.config.
If not, can someone point me in the direction of how to create a simple data resolver which will convert an array of content nodes,
My bad, I have just noticed there is a courier provider in the GitHub repository for RJP.MultiUrlPicker. I will leve this here in case anyone else has this problem.
RJP.MultiUrlPicker custom data resolver
Firstly, has anyone used the Version 7 Multi URL picker with courier yet? I am using it and picking content nodes.
https://our.umbraco.org/projects/backoffice-extensions/multi-url-picker
As this functionality is not in the core, courier is not convertng the selected nodes when transfering. I was hoping there was a generic data resolver which could do this which I can enable in courier.config.
If not, can someone point me in the direction of how to create a simple data resolver which will convert an array of content nodes,
My bad, I have just noticed there is a courier provider in the GitHub repository for RJP.MultiUrlPicker. I will leve this here in case anyone else has this problem.
https://github.com/rasmusjp/umbraco-multi-url-picker/tree/master/src/RJP.MultiUrlPicker.Courier
I've got that dll in /bin now. Did you have to register it in Courier.config too?
is working on a reply...