mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 17:07:03 +03:00
Updated ckeditor
This commit is contained in:
parent
aa84077ac4
commit
965ea317e4
514 changed files with 3679 additions and 7678 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/**
|
||||
* @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
* @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
|
||||
* For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
|
|
@ -13,10 +13,10 @@
|
|||
* (1) http://ckeditor.com/builder
|
||||
* Visit online builder to build CKEditor from scratch.
|
||||
*
|
||||
* (2) http://ckeditor.com/builder/b1845fab7060f947b250c67fb9992be5
|
||||
* (2) http://ckeditor.com/builder/ee6801ea57e3507b409b864f621ee580
|
||||
* Visit online builder to build CKEditor, starting with the same setup as before.
|
||||
*
|
||||
* (3) http://ckeditor.com/builder/download/b1845fab7060f947b250c67fb9992be5
|
||||
* (3) http://ckeditor.com/builder/download/ee6801ea57e3507b409b864f621ee580
|
||||
* Straight download link to the latest version of CKEditor (Optimized) with the same setup as before.
|
||||
*
|
||||
* NOTE:
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
*/
|
||||
|
||||
var CKBUILDER_CONFIG = {
|
||||
skin: 'moono',
|
||||
skin: 'icy_orange',
|
||||
preset: 'basic',
|
||||
ignore: [
|
||||
'.bender',
|
||||
|
|
@ -34,9 +34,10 @@ var CKBUILDER_CONFIG = {
|
|||
'bender-out.log',
|
||||
'dev',
|
||||
'.DS_Store',
|
||||
'.editorconfig',
|
||||
'.gitattributes',
|
||||
'.gitignore',
|
||||
'Gruntfile.js',
|
||||
'gruntfile.js',
|
||||
'.idea',
|
||||
'.jscsrc',
|
||||
'.jshintignore',
|
||||
|
|
@ -50,15 +51,16 @@ var CKBUILDER_CONFIG = {
|
|||
plugins : {
|
||||
'base64image' : 1,
|
||||
'basicstyles' : 1,
|
||||
'bidi' : 1,
|
||||
'blockquote' : 1,
|
||||
'clipboard' : 1,
|
||||
'colorbutton' : 1,
|
||||
'divarea' : 1,
|
||||
'enterkey' : 1,
|
||||
'entities' : 1,
|
||||
'fastimage' : 1,
|
||||
'floatingspace' : 1,
|
||||
'font' : 1,
|
||||
'htmlwriter' : 1,
|
||||
'image' : 1,
|
||||
'image2' : 1,
|
||||
'indent' : 1,
|
||||
|
|
@ -68,10 +70,13 @@ var CKBUILDER_CONFIG = {
|
|||
'list' : 1,
|
||||
'menubutton' : 1,
|
||||
'onchange' : 1,
|
||||
'quicktable' : 1,
|
||||
'removeformat' : 1,
|
||||
'selectall' : 1,
|
||||
'sharedspace' : 1,
|
||||
'sourcearea' : 1,
|
||||
'table' : 1,
|
||||
'tableresize' : 1,
|
||||
'toolbar' : 1,
|
||||
'undo' : 1
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue