dawoe / OEmbed-Picker-Property-Editor

Property editor for Umbraco CMS to allow embedding 3rd party media like Youtube, Vimeo, ... outside of the rich text editor.
https://our.umbraco.org/projects/backoffice-extensions/oembed-picker-property-editor/
MIT License
10 stars 10 forks source link

Try derialize string to object #23

Closed bjarnef closed 1 year ago

bjarnef commented 2 years ago

... as previous property editor may be string and not JSON.

Inspired by some of the Umbraco core PVC, e.g. https://github.com/umbraco/Umbraco-CMS/blob/5bfab13dc5a268714aad2426a2b68ab5561a6407/src/Umbraco.Core/PropertyEditors/ValueConverters/MediaPickerValueConverter.cs

Fixes https://github.com/dawoe/OEmbed-Picker-Property-Editor/issues/22