- Issue created by @smulvih2
-
smulvih2 →
committed afbdd163 on 1.0.x
Issue #3528625 by smulvih2: Caption element being stripped
-
smulvih2 →
committed afbdd163 on 1.0.x
The <caption>
element is being stripped from tables. We can't register the caption element because it's already registered by another plugin, and give the error:
CKEditorError: schema-cannot-register-item-twice {"itemName":"caption"}
Read more: https://ckeditor.com/docs/ckeditor5/latest/support/error-codes.html#erro...
We will need to extend the caption element instead.
Active
1.0
Code
Issue #3528625 by smulvih2: Caption element being stripped