Support legacy markup from CKEditor4 (URL inside tag instead of in attribute)

Created on 22 September 2023, 9 months ago

Problem/Motivation

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>

Proposed resolution

Add support for the CKE4-era format back in to the 2.x module.

✨ Feature request
Status

Needs review

Version

2.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States bvoynick

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024