Add option to enable custom elements rendering #12854
Labels
domain:v4-compatibility
This issue reports a CKEditor 4 feature/option that's missing in CKEditor 5.
package:html-support
squad:core
Issue to be handled by the Core team.
support:2
An issue reported by a commercially licensed client.
type:feature
This issue reports a feature request (an idea for a new functionality or a missing option).
📝 Provide a description of the new feature
The current approach for custom elements is similar to HTML comments - we preserve them in the model and in the data pipeline, but we don't render them in the editing view, so for example, this markup:
is visible in the data:
in the model:
but not in the editing view:
This feature request is about enabling custom elements rendering and editing.
Some notes from the previous work on bringing support for custom elements: https://github.com/ckeditor/ckeditor5/issues/11432#issuecomment-1103686979
Kind of related: #12838
If you'd like to see this feature implemented, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered: