mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-07 06:18:50 +00:00
feat(core): Update to ckeditor 5. Fixes #5920. Add directives to preserve HTML raw data.
This commit is contained in:
@@ -244,6 +244,16 @@
|
||||
"shouldNotGroupWhenFull": true
|
||||
}
|
||||
}
|
||||
config.htmlSupport = {
|
||||
allow: [
|
||||
{
|
||||
name: /.*/,
|
||||
attributes: true,
|
||||
classes: true,
|
||||
styles: true
|
||||
}
|
||||
]
|
||||
};
|
||||
config.image = {
|
||||
resizeUnit: "px",
|
||||
insert: {
|
||||
|
||||
Reference in New Issue
Block a user