mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 15:07:02 +03:00
Fix html editor
This commit is contained in:
parent
17f6204d2a
commit
987fe4c2b7
15 changed files with 322 additions and 226 deletions
|
|
@ -28,16 +28,15 @@ CKEDITOR.editorConfig = function( config ) {
|
|||
config.removeButtons = 'Undo,Redo,Cut,Copy,Paste,Anchor,Strike,Subscript,Superscript,Image,Indent,Outdent';
|
||||
|
||||
// Let's have it basic on dialogs as well.
|
||||
config.removeDialogTabs = 'link:advanced;link:target';
|
||||
config.removeDialogTabs = 'link:advanced;link:target;image:advanced';
|
||||
|
||||
config.stylesSet = false;
|
||||
config.allowedContent = true;
|
||||
|
||||
config.autoParagraph = false;
|
||||
config.enterMode = CKEDITOR.ENTER_BR;
|
||||
config.shiftEnterMode = CKEDITOR.ENTER_P;
|
||||
|
||||
// config.uiColor = '#eeeeee';
|
||||
|
||||
config.font_defaultLabel = 'Arial';
|
||||
config.fontSize_defaultLabel = '12px';
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue