- Issue created by @bvoynick
- @bvoynick opened merge request.
- Status changed to Needs review
about 1 year ago 8:41pm 22 September 2023
The latest 2.x version of the module only supports markup created in CKEditor 5, which looks like this:
<ombed url="https://www.url.to/resource"></oembed>
This leaves behind existing content from the CKE4 version of the module, which looks like this:
<ombed>https://www.url.to/resource</oembed>
Add support for the CKE4-era format back in to the 2.x module.
Needs review
2.0
Code