CMSImport.DataProviders.JSON -- allow array of strings for mapping MNTP properties
When using the JSON DataProvider and importing a csv string that is going to be mapped to an Umbraco.MultiNodeTreePicker property you have to format the JSON like this:
CMSImport.DataProviders.JSON -- allow array of strings for mapping MNTP properties
When using the JSON DataProvider and importing a csv string that is going to be mapped to an Umbraco.MultiNodeTreePicker property you have to format the JSON like this:
It would be wonderful if the JSON could be formatted like an array. Like this:
If I'm generating the JSON via code having the array of strings is much more natural than having a csv string as a property value.
Thanks!
is working on a reply...