1/** 2 * @license Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved. 3 * For licensing, see LICENSE.md or https://ckeditor.com/license 4 */ 5 6/** 7 * This file was added automatically by CKEditor builder. 8 * You may re-use it at any time to build CKEditor again. 9 * 10 * If you would like to build CKEditor online again 11 * (for example to upgrade), visit one the following links: 12 * 13 * (1) https://ckeditor.com/cke4/builder 14 * Visit online builder to build CKEditor from scratch. 15 * 16 * (2) https://ckeditor.com/cke4/builder/196d6096d319210d056ef7ae73726591 17 * Visit online builder to build CKEditor, starting with the same setup as before. 18 * 19 * (3) https://ckeditor.com/cke4/builder/download/196d6096d319210d056ef7ae73726591 20 * Straight download link to the latest version of CKEditor (Optimized) with the same setup as before. 21 * 22 * NOTE: 23 * This file is not used by CKEditor, you may remove it. 24 * Changing this file will not change your CKEditor configuration. 25 */ 26 27var CKBUILDER_CONFIG = { 28 skin: 'moono', 29 preset: 'full', 30 ignore: [ 31 '.DS_Store', 32 '.bender', 33 '.editorconfig', 34 '.gitattributes', 35 '.gitignore', 36 '.idea', 37 '.jscsrc', 38 '.jshintignore', 39 '.jshintrc', 40 '.mailmap', 41 '.npm', 42 '.nvmrc', 43 '.travis.yml', 44 'bender-err.log', 45 'bender-out.log', 46 'bender.ci.js', 47 'bender.js', 48 'dev', 49 'gruntfile.js', 50 'less', 51 'node_modules', 52 'package-lock.json', 53 'package.json', 54 'tests' 55 ], 56 plugins : { 57 'a11yhelp' : 1, 58 'about' : 1, 59 'basicstyles' : 1, 60 'bidi' : 1, 61 'blockquote' : 1, 62 'clipboard' : 1, 63 'colorbutton' : 1, 64 'colordialog' : 1, 65 'contextmenu' : 1, 66 'dialogadvtab' : 1, 67 'div' : 1, 68 'elementspath' : 1, 69 'enterkey' : 1, 70 'entities' : 1, 71 'filebrowser' : 1, 72 'find' : 1, 73 'flash' : 1, 74 'floatingspace' : 1, 75 'font' : 1, 76 'format' : 1, 77 'forms' : 1, 78 'horizontalrule' : 1, 79 'htmlwriter' : 1, 80 'iframe' : 1, 81 'image' : 1, 82 'indentblock' : 1, 83 'indentlist' : 1, 84 'justify' : 1, 85 'language' : 1, 86 'link' : 1, 87 'list' : 1, 88 'liststyle' : 1, 89 'magicline' : 1, 90 'maximize' : 1, 91 'newpage' : 1, 92 'pagebreak' : 1, 93 'pastefromword' : 1, 94 'pastetext' : 1, 95 'pastetools' : 1, 96 'preview' : 1, 97 'print' : 1, 98 'removeformat' : 1, 99 'resize' : 1, 100 'save' : 1, 101 'scayt' : 1, 102 'selectall' : 1, 103 'showblocks' : 1, 104 'showborders' : 1, 105 'smiley' : 1, 106 'sourcearea' : 1, 107 'specialchar' : 1, 108 'stylescombo' : 1, 109 'tab' : 1, 110 'table' : 1, 111 'tabletools' : 1, 112 'templates' : 1, 113 'toolbar' : 1, 114 'undo' : 1, 115 'wsc' : 1, 116 'wysiwygarea' : 1 117 }, 118 languages : { 119 'af' : 1, 120 'ar' : 1, 121 'az' : 1, 122 'bg' : 1, 123 'bn' : 1, 124 'bs' : 1, 125 'ca' : 1, 126 'cs' : 1, 127 'cy' : 1, 128 'da' : 1, 129 'de' : 1, 130 'de-ch' : 1, 131 'el' : 1, 132 'en' : 1, 133 'en-au' : 1, 134 'en-ca' : 1, 135 'en-gb' : 1, 136 'eo' : 1, 137 'es' : 1, 138 'es-mx' : 1, 139 'et' : 1, 140 'eu' : 1, 141 'fa' : 1, 142 'fi' : 1, 143 'fo' : 1, 144 'fr' : 1, 145 'fr-ca' : 1, 146 'gl' : 1, 147 'gu' : 1, 148 'he' : 1, 149 'hi' : 1, 150 'hr' : 1, 151 'hu' : 1, 152 'id' : 1, 153 'is' : 1, 154 'it' : 1, 155 'ja' : 1, 156 'ka' : 1, 157 'km' : 1, 158 'ko' : 1, 159 'ku' : 1, 160 'lt' : 1, 161 'lv' : 1, 162 'mk' : 1, 163 'mn' : 1, 164 'ms' : 1, 165 'nb' : 1, 166 'nl' : 1, 167 'no' : 1, 168 'oc' : 1, 169 'pl' : 1, 170 'pt' : 1, 171 'pt-br' : 1, 172 'ro' : 1, 173 'ru' : 1, 174 'si' : 1, 175 'sk' : 1, 176 'sl' : 1, 177 'sq' : 1, 178 'sr' : 1, 179 'sr-latn' : 1, 180 'sv' : 1, 181 'th' : 1, 182 'tr' : 1, 183 'tt' : 1, 184 'ug' : 1, 185 'uk' : 1, 186 'vi' : 1, 187 'zh' : 1, 188 'zh-cn' : 1 189 } 190};