@JimBobSquarePants: I'm actually quite keen to mark all the other converters internal and only expose the DittoPickerConverter. That actually uses all the others to do the conversion internally anyway. In my Umbraco solutions I have never used the converters. DittoMediaPickerConverter, DittoMultipleMediaPickerConverter, DittoContentPickerConverter
:+1: from me on this, as I only use DittoPickerConverter myself.
I suggest that we mark the "legacy" TypeConverters with the Obsolete attribute, directing developers to use the DittoPickerConverter instead.
Following a discussion from the Our Umbraco forum...
:+1: from me on this, as I only use
DittoPickerConverter
myself.I suggest that we mark the "legacy" TypeConverters with the
Obsolete
attribute, directing developers to use theDittoPickerConverter
instead.Open to discussion, etc.