sogo/UI/WebServerResources/ckeditor/build-config.js

116 lines
2.3 KiB
JavaScript
Raw Normal View History

2014-03-21 18:32:28 +01:00
/**
* @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
2013-01-15 23:46:19 +01:00
*/
/**
* This file was added automatically by CKEditor builder.
2014-03-21 18:32:28 +01:00
* You may re-use it at any time to build CKEditor again.
*
* If you would like to build CKEditor online again
* (for example to upgrade), visit one the following links:
*
* (1) http://ckeditor.com/builder
* Visit online builder to build CKEditor from scratch.
*
* (2) http://ckeditor.com/builder/8d9963445afb13b7ca6d38682bd8abeb
2014-03-21 18:32:28 +01:00
* Visit online builder to build CKEditor, starting with the same setup as before.
*
* (3) http://ckeditor.com/builder/download/8d9963445afb13b7ca6d38682bd8abeb
2014-03-21 18:32:28 +01:00
* Straight download link to the latest version of CKEditor (Optimized) with the same setup as before.
*
* NOTE:
2013-01-15 23:46:19 +01:00
* This file is not used by CKEditor, you may remove it.
* Changing this file will not change your CKEditor configuration.
*/
var CKBUILDER_CONFIG = {
skin: 'moono',
preset: 'basic',
ignore: [
2014-07-30 17:15:05 +02:00
'.bender',
'bender.js',
'bender-err.log',
'bender-out.log',
'dev',
2014-11-21 15:07:39 +01:00
'.DS_Store',
'.gitattributes',
'.gitignore',
'gruntfile.js',
2014-11-21 15:07:39 +01:00
'.idea',
'.jscsrc',
'.jshintignore',
'.jshintrc',
'.mailmap',
2014-07-30 17:15:05 +02:00
'node_modules',
'package.json',
2013-01-15 23:46:19 +01:00
'README.md',
2014-07-30 17:15:05 +02:00
'tests'
2013-01-15 23:46:19 +01:00
],
plugins : {
'about' : 1,
'basicstyles' : 1,
2014-03-21 18:32:28 +01:00
'blockquote' : 1,
'button' : 1,
2013-01-15 23:46:19 +01:00
'clipboard' : 1,
2014-03-21 18:32:28 +01:00
'colorbutton' : 1,
'colordialog' : 1,
'contextmenu' : 1,
2013-01-15 23:46:19 +01:00
'dialog' : 1,
'dialogui' : 1,
2014-03-21 18:32:28 +01:00
'div' : 1,
'enterkey' : 1,
'entities' : 1,
2013-01-15 23:46:19 +01:00
'fakeobjects' : 1,
2014-03-21 18:32:28 +01:00
'floatingspace' : 1,
2013-01-15 23:46:19 +01:00
'floatpanel' : 1,
'font' : 1,
2014-03-21 18:32:28 +01:00
'format' : 1,
2013-01-15 23:46:19 +01:00
'image' : 1,
2014-03-21 18:32:28 +01:00
'indentlist' : 1,
'justify' : 1,
'link' : 1,
'list' : 1,
'listblock' : 1,
2013-01-15 23:46:19 +01:00
'menu' : 1,
'menubutton' : 1,
2014-03-21 18:32:28 +01:00
'panel' : 1,
'panelbutton' : 1,
'pastetext' : 1,
'richcombo' : 1,
2013-01-15 23:46:19 +01:00
'scayt' : 1,
'sourcearea' : 1,
2014-03-21 18:32:28 +01:00
'tab' : 1,
'table' : 1,
2013-11-20 17:17:42 +01:00
'tableresize' : 1,
2014-03-21 18:32:28 +01:00
'tabletools' : 1,
'toolbar' : 1,
'undo' : 1,
'wsc' : 1,
'wysiwygarea' : 1
2013-01-15 23:46:19 +01:00
},
languages : {
2013-06-06 19:21:26 +02:00
'ar' : 1,
2013-01-15 23:46:19 +01:00
'ca' : 1,
'cs' : 1,
2014-03-21 18:32:28 +01:00
'cy' : 1,
2013-01-15 23:46:19 +01:00
'da' : 1,
2014-03-21 18:32:28 +01:00
'de' : 1,
2013-01-15 23:46:19 +01:00
'en' : 1,
2014-03-21 18:32:28 +01:00
'es' : 1,
2013-01-15 23:46:19 +01:00
'fi' : 1,
'fr' : 1,
'hu' : 1,
'is' : 1,
'it' : 1,
'nb' : 1,
2014-03-21 18:32:28 +01:00
'nl' : 1,
'no' : 1,
2013-01-15 23:46:19 +01:00
'pl' : 1,
2013-06-06 19:21:26 +02:00
'pt-br' : 1,
2013-01-15 23:46:19 +01:00
'ru' : 1,
'sk' : 1,
'sv' : 1,
2014-03-21 18:32:28 +01:00
'uk' : 1
2013-01-15 23:46:19 +01:00
}
};