195 lines
3.5 KiB
JavaScript
Raw Normal View History

2020-08-14 13:36:36 +02:00
/**
2022-02-06 16:58:04 +01:00
* @license Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/license
2020-08-14 13:36:36 +02:00
*/
/**
* This file was added automatically by CKEditor builder.
* 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:
*
2022-02-06 16:58:04 +01:00
* (1) https://ckeditor.com/cke4/builder
2020-08-14 13:36:36 +02:00
* Visit online builder to build CKEditor from scratch.
*
2022-02-06 16:58:04 +01:00
* (2) https://ckeditor.com/cke4/builder/d46a3a27ea2714415edffc43530293ac
2020-08-14 13:36:36 +02:00
* Visit online builder to build CKEditor, starting with the same setup as before.
*
2022-02-06 16:58:04 +01:00
* (3) https://ckeditor.com/cke4/builder/download/d46a3a27ea2714415edffc43530293ac
2020-08-14 13:36:36 +02:00
* Straight download link to the latest version of CKEditor (Optimized) with the same setup as before.
*
* NOTE:
* 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-lisa',
2022-02-06 16:58:04 +01:00
preset: 'full',
2020-08-14 13:36:36 +02:00
ignore: [
'.DS_Store',
2022-02-06 16:58:04 +01:00
'.bender',
2020-08-14 13:36:36 +02:00
'.editorconfig',
'.gitattributes',
'.gitignore',
'.idea',
'.jscsrc',
'.jshintignore',
'.jshintrc',
'.mailmap',
2022-02-06 16:58:04 +01:00
'.npm',
'.nvmrc',
'.travis.yml',
'bender-err.log',
'bender-out.log',
'bender.ci.js',
'bender.js',
'dev',
'gruntfile.js',
'less',
2020-08-14 13:36:36 +02:00
'node_modules',
2022-02-06 16:58:04 +01:00
'package-lock.json',
2020-08-14 13:36:36 +02:00
'package.json',
'tests'
],
plugins : {
'a11yhelp' : 1,
'about' : 1,
'basicstyles' : 1,
2022-02-06 16:58:04 +01:00
'bidi' : 1,
2020-08-14 13:36:36 +02:00
'blockquote' : 1,
'clipboard' : 1,
2022-02-06 16:58:04 +01:00
'colorbutton' : 1,
'colordialog' : 1,
2020-08-14 13:36:36 +02:00
'contextmenu' : 1,
2022-02-06 16:58:04 +01:00
'copyformatting' : 1,
'dialogadvtab' : 1,
'div' : 1,
'easyimage' : 1,
'editorplaceholder' : 1,
2020-08-14 13:36:36 +02:00
'elementspath' : 1,
'enterkey' : 1,
'entities' : 1,
2022-02-06 16:58:04 +01:00
'exportpdf' : 1,
2020-08-14 13:36:36 +02:00
'filebrowser' : 1,
2022-02-06 16:58:04 +01:00
'find' : 1,
2020-08-14 13:36:36 +02:00
'floatingspace' : 1,
2022-02-06 16:58:04 +01:00
'font' : 1,
2020-08-14 13:36:36 +02:00
'format' : 1,
2022-02-06 16:58:04 +01:00
'forms' : 1,
2020-08-14 13:36:36 +02:00
'horizontalrule' : 1,
'htmlwriter' : 1,
2022-02-06 16:58:04 +01:00
'iframe' : 1,
2020-08-14 13:36:36 +02:00
'image' : 1,
2022-02-06 16:58:04 +01:00
'indentblock' : 1,
2020-08-14 13:36:36 +02:00
'indentlist' : 1,
2022-02-06 16:58:04 +01:00
'justify' : 1,
'language' : 1,
2020-08-14 13:36:36 +02:00
'link' : 1,
'list' : 1,
2022-02-06 16:58:04 +01:00
'liststyle' : 1,
2020-08-14 13:36:36 +02:00
'magicline' : 1,
'maximize' : 1,
2022-02-06 16:58:04 +01:00
'newpage' : 1,
'pagebreak' : 1,
'pastefromgdocs' : 1,
'pastefromlibreoffice' : 1,
2020-08-14 13:36:36 +02:00
'pastefromword' : 1,
'pastetext' : 1,
2022-02-06 16:58:04 +01:00
'preview' : 1,
'print' : 1,
2020-08-14 13:36:36 +02:00
'removeformat' : 1,
'resize' : 1,
2022-02-06 16:58:04 +01:00
'save' : 1,
2020-08-14 13:36:36 +02:00
'scayt' : 1,
2022-02-06 16:58:04 +01:00
'selectall' : 1,
'showblocks' : 1,
2020-08-14 13:36:36 +02:00
'showborders' : 1,
2022-02-06 16:58:04 +01:00
'smiley' : 1,
2020-08-14 13:36:36 +02:00
'sourcearea' : 1,
'specialchar' : 1,
'stylescombo' : 1,
'tab' : 1,
'table' : 1,
2022-02-06 16:58:04 +01:00
'tableselection' : 1,
2020-08-14 13:36:36 +02:00
'tabletools' : 1,
2022-02-06 16:58:04 +01:00
'templates' : 1,
2020-08-14 13:36:36 +02:00
'toolbar' : 1,
'undo' : 1,
2022-02-06 16:58:04 +01:00
'uploadimage' : 1,
2020-08-14 13:36:36 +02:00
'wysiwygarea' : 1
},
languages : {
'af' : 1,
'ar' : 1,
'az' : 1,
'bg' : 1,
'bn' : 1,
'bs' : 1,
'ca' : 1,
'cs' : 1,
'cy' : 1,
'da' : 1,
'de' : 1,
'de-ch' : 1,
'el' : 1,
'en' : 1,
'en-au' : 1,
'en-ca' : 1,
'en-gb' : 1,
'eo' : 1,
'es' : 1,
2022-02-06 16:58:04 +01:00
'es-mx' : 1,
2020-08-14 13:36:36 +02:00
'et' : 1,
'eu' : 1,
'fa' : 1,
'fi' : 1,
'fo' : 1,
'fr' : 1,
'fr-ca' : 1,
'gl' : 1,
'gu' : 1,
'he' : 1,
'hi' : 1,
'hr' : 1,
'hu' : 1,
'id' : 1,
'is' : 1,
'it' : 1,
'ja' : 1,
'ka' : 1,
'km' : 1,
'ko' : 1,
'ku' : 1,
'lt' : 1,
'lv' : 1,
'mk' : 1,
'mn' : 1,
'ms' : 1,
'nb' : 1,
'nl' : 1,
'no' : 1,
'oc' : 1,
'pl' : 1,
'pt' : 1,
'pt-br' : 1,
'ro' : 1,
'ru' : 1,
'si' : 1,
'sk' : 1,
'sl' : 1,
'sq' : 1,
'sr' : 1,
'sr-latn' : 1,
'sv' : 1,
'th' : 1,
'tr' : 1,
'tt' : 1,
'ug' : 1,
'uk' : 1,
'vi' : 1,
'zh' : 1,
'zh-cn' : 1
}
};