mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 08:57:03 +03:00
html editor optimizations (fixed #84)
disable blockquote button (unstable work)
This commit is contained in:
parent
ce60192120
commit
8768b343a5
83 changed files with 116 additions and 95 deletions
|
|
@ -13,10 +13,10 @@
|
|||
* (1) http://ckeditor.com/builder
|
||||
* Visit online builder to build CKEditor from scratch.
|
||||
*
|
||||
* (2) http://ckeditor.com/builder/967ceb2b78b73dcdc8ccf3eb74718223
|
||||
* (2) http://ckeditor.com/builder/802c3af520f76496828c3c2f46ee7d55
|
||||
* Visit online builder to build CKEditor, starting with the same setup as before.
|
||||
*
|
||||
* (3) http://ckeditor.com/builder/download/967ceb2b78b73dcdc8ccf3eb74718223
|
||||
* (3) http://ckeditor.com/builder/download/802c3af520f76496828c3c2f46ee7d55
|
||||
* Straight download link to the latest version of CKEditor (Optimized) with the same setup as before.
|
||||
*
|
||||
* NOTE:
|
||||
|
|
@ -39,6 +39,7 @@ var CKBUILDER_CONFIG = {
|
|||
'basicstyles' : 1,
|
||||
'blockquote' : 1,
|
||||
'colorbutton' : 1,
|
||||
'contextmenu' : 1,
|
||||
'divarea' : 1,
|
||||
'enterkey' : 1,
|
||||
'entities' : 1,
|
||||
|
|
@ -50,6 +51,7 @@ var CKBUILDER_CONFIG = {
|
|||
'indentblock' : 1,
|
||||
'link' : 1,
|
||||
'list' : 1,
|
||||
'menubutton' : 1,
|
||||
'removeformat' : 1,
|
||||
'sharedspace' : 1,
|
||||
'sourcearea' : 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue