This question is more about Courier than uComponents. I believe there is already a data-resolver for MNTP on the Contrib repo: https://github.com/umbraco/Courier - not sure how that is implemented/configured.
I wasn't sure which forum it should be posted in so I posted it in both... haven't gotten a response in the other yet. Also, I think there is a data-resolver for MNTP, but I'm not finding any information on the Multi-Url Picker datatype, which is what I'm using. It allows one to add outside links, content, media, etc to a single list. I'm assuming because it stores multiple types of data and therefore isn't just a comma separated list of nodeIDs that Courier doesn't support it out of the box? I'm fairly new to Umbraco and wondering if maybe no one uses this datatype for some reason?
Multi-Url Picker and Courier
Has anyone used the Multi-Url Picker with Courier? Do I have to write my own data resolver for this? How do I get started?
Thanks,
Tyler
For reference, cross-posted in the Courier forum: http://our.umbraco.org/forum/umbraco-pro/courier/34216-Courier-and-Multi-Url-Picker-DataType
This question is more about Courier than uComponents. I believe there is already a data-resolver for MNTP on the Contrib repo: https://github.com/umbraco/Courier - not sure how that is implemented/configured.
Cheers, Lee.
I wasn't sure which forum it should be posted in so I posted it in both... haven't gotten a response in the other yet. Also, I think there is a data-resolver for MNTP, but I'm not finding any information on the Multi-Url Picker datatype, which is what I'm using. It allows one to add outside links, content, media, etc to a single list. I'm assuming because it stores multiple types of data and therefore isn't just a comma separated list of nodeIDs that Courier doesn't support it out of the box? I'm fairly new to Umbraco and wondering if maybe no one uses this datatype for some reason?
Tyler
Hi Tyler,
Sorry, I misread Multi-Url Picker as MNTP. I don't think anyone has developed (or at least not released) a data-resolver for Multi-Url Picker ... it shouldn't been too different existing Url Picker one. https://github.com/umbraco/Courier/blob/master/Providers/Umbraco.Courier.uComponents/UrlPicker.cs
I'm surprised no one has done one yet... as Multi-Url Picker is quite a popular data-type for uComponents.
Cheers, Lee.
Bumping this thread. Curious if anyone has a solution for this? As I may actually need a custom
PropertyDataResolverProvider
for Multi-UrlPicker too.Cheers,
- Lee
is working on a reply...