summaryrefslogtreecommitdiff
path: root/config.js
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2014-06-07 07:53:04 +0100
committerlsces <lester@lsces.co.uk>2014-06-07 07:53:04 +0100
commit4ffa594665de920a5a8fc6e9d96eb57688821b21 (patch)
tree14da76735bafddecb5dcb4ed55558202d2ea6741 /config.js
parente7fc08e5cd9575c05f1dc05af451fb332ff1f277 (diff)
downloadckeditor-4ffa594665de920a5a8fc6e9d96eb57688821b21.tar.gz
ckeditor-4ffa594665de920a5a8fc6e9d96eb57688821b21.tar.bz2
ckeditor-4ffa594665de920a5a8fc6e9d96eb57688821b21.zip
Upgrade to version 4.3
Diffstat (limited to 'config.js')
-rwxr-xr-x[-rw-r--r--]config.js11
1 files changed, 2 insertions, 9 deletions
diff --git a/config.js b/config.js
index be342b1..8e304f9 100644..100755
--- a/config.js
+++ b/config.js
@@ -1,16 +1,9 @@
-/**
+/**
* @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
- * For licensing, see LICENSE.html or http://ckeditor.com/license
+ * For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.editorConfig = function( config ) {
-
- // %REMOVE_START%
- // The configuration options below are needed when running CKEditor from source files.
- config.plugins = 'dialogui,dialog,about,a11yhelp,dialogadvtab,basicstyles,bidi,blockquote,clipboard,button,panelbutton,panel,floatpanel,colorbutton,colordialog,templates,menu,contextmenu,div,resize,toolbar,elementspath,list,indent,enterkey,entities,popup,filebrowser,find,fakeobjects,flash,floatingspace,listblock,richcombo,font,forms,format,htmlwriter,horizontalrule,iframe,wysiwygarea,image,smiley,justify,link,liststyle,magicline,maximize,newpage,pagebreak,pastetext,pastefromword,preview,print,removeformat,save,selectall,showblocks,showborders,sourcearea,specialchar,stylescombo,tab,table,tabletools,undo,wsc,sourcedialog';
- config.skin = 'moonocolor';
- // %REMOVE_END%
-
// Define changes to default configuration here. For example:
// config.language = 'fr';
// config.uiColor = '#AADC6E';