feat(core): Update to ckeditor 5. Fixes #5920. Add directives to preserve HTML raw data.

This commit is contained in:
smizrahi
2024-03-04 15:49:47 +01:00
parent 2b23ff3eb8
commit b7a71140f2

View File

@@ -244,6 +244,16 @@
"shouldNotGroupWhenFull": true
}
}
config.htmlSupport = {
allow: [
{
name: /.*/,
attributes: true,
classes: true,
styles: true
}
]
};
config.image = {
resizeUnit: "px",
insert: {