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

Add edit button #14

Closed bjarnef closed 3 years ago

bjarnef commented 3 years ago

It would be great to add a edit button to make it possible to adjust the embed url, but also the default width, height, etc.

I previous added this to the default Embed grid editor in this PR: https://github.com/umbraco/Umbraco-CMS/pull/4899 and later some changes to make it work after again after some changes: https://github.com/umbraco/Umbraco-CMS/pull/8576

Although the embed can just be removed and re-added, it might be an issue to content editors if they don't know the original url and it might not be easy to a non-technical person to find the url.

dawoe commented 3 years ago

Good idea @bjarnef

dawoe commented 3 years ago

Just released 4.3.0 that contains your pr.