mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 21:19:21 +03:00
Drop unused allow_html_editor_source_button
This commit is contained in:
parent
8498290d93
commit
a3dc8ad639
4 changed files with 5 additions and 4 deletions
3
plugins/ckeditor/ckeditor.js
vendored
3
plugins/ckeditor/ckeditor.js
vendored
|
|
@ -35,8 +35,7 @@
|
|||
],
|
||||
|
||||
removePlugins: 'liststyle' + (rl.settings.app('allowHtmlEditorBitiButtons') ? '' : ',bidi'),
|
||||
removeButtons: 'Format,Undo,Redo,Cut,Copy,Paste,Anchor,Strike,Subscript,Superscript,Image,SelectAll'
|
||||
+ (rl.settings.app('allowHtmlEditorSourceButton') ? '' : ',Source'),
|
||||
removeButtons: 'Format,Undo,Redo,Cut,Copy,Paste,Anchor,Strike,Subscript,Superscript,Image,SelectAll',
|
||||
removeDialogTabs: 'link:advanced;link:target;image:advanced;images:advanced',
|
||||
|
||||
extraPlugins: 'plain,signature',
|
||||
|
|
|
|||
|
|
@ -211,3 +211,7 @@
|
|||
line-height: 25px;
|
||||
}
|
||||
}
|
||||
|
||||
.RL-PopupsCompose[data-wysiwyg*=Forced] .cke_button__plain {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue