Custom tags starting with embed are removed even when added to ACF #988
Labels
status:confirmed
An issue confirmed by the development team.
support
An issue reported by a commercially licensed client.
target:minor
Any docs related issue that can be merged into a master or major branch.
type:bug
A bug.
Milestone
Are you reporting a feature request or a bug?
Bug
Check if the issue is already reported
Provide detailed reproduction steps (if any)
<embedded-expression data-test="test">test</embedded-expression>
Expected result
Tags stays
Actual result
Tag gets removed.
Other details
It seems these lines are responsible for that result: https://github.com/ckeditor/ckeditor-dev/blob/a0dd80a/core/htmldataprocessor.js#L802-L806.
A simple workaround would be changing tag name so that it doesn't start with embed.
The text was updated successfully, but these errors were encountered: