mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-12 23:15:26 +00:00
feat(core): Update to ckeditor 5. Fixes #5920.
This commit is contained in:
@@ -22,7 +22,16 @@
|
||||
this.addressesSearchText = '';
|
||||
this.ckConfig = {
|
||||
'autoGrow_minHeight': 70,
|
||||
removeButtons: 'Save,NewPage,Preview,Print,Templates,Cut,Copy,Paste,PasteText,PasteFromWord,Undo,Redo,Find,Replace,SelectAll,Scayt,Form,Checkbox,Radio,TextField,Textarea,Select,Button,ImageButton,HiddenField,CopyFormatting,RemoveFormat,NumberedList,BulletedList,Outdent,Indent,Blockquote,CreateDiv,JustifyLeft,JustifyCenter,JustifyRight,JustifyBlock,BidiLtr,BidiRtl,Language,Unlink,Anchor,Flash,Table,HorizontalRule,Smiley,SpecialChar,PageBreak,Iframe,Styles,Format,Maximize,ShowBlocks,About,Strike,Subscript,Superscript,Underline,Image,Emojipanel,Emoji,',
|
||||
toolbar: {
|
||||
"items": [
|
||||
"bold", "italic", "|",
|
||||
"fontColor", "fontFamily", "fontSize", "|",
|
||||
"link", "|",
|
||||
"specialCharacters", "imageUpload", "|",
|
||||
"sourceEditing"
|
||||
],
|
||||
"shouldNotGroupWhenFull": true
|
||||
},
|
||||
language: defaults.ckLocaleCode
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user