I'm importing a doc type which uses the uComponents MultiUrlPicker in Umbraco 6 to an Umbraco 7 site which uses the Umbraco MutliUrlPicker for that property.
I'm trying to write a field provider so that I can map the data from the old format to the new format.
I've decorated the field provider with the following:
Thanks for the reply. It turns out I was mistaken on the property type we were using. I should have used RJP.MultiUrlPicker rather than Umbraco.MultiUrlPicker as we are using that package for the URL picker.
Configuring a field provider
Hi,
I'm importing a doc type which uses the uComponents MultiUrlPicker in Umbraco 6 to an Umbraco 7 site which uses the Umbraco MutliUrlPicker for that property.
I'm trying to write a field provider so that I can map the data from the old format to the new format.
I've decorated the field provider with the following:
If I add a break point in my parse method it never gets hit. This leads me to believe that I'm not decorating my provider correctly.
I'd be grateful for some assistance.
Thanks
Richard
Hi Richard,
Make sure to implement the IFieldProvider Interface as well.
Best,
Richard
Hi Richard,
Thanks for the reply. It turns out I was mistaken on the property type we were using. I should have used RJP.MultiUrlPicker rather than Umbraco.MultiUrlPicker as we are using that package for the URL picker.
Thanks again for the help.
Richard
is working on a reply...