epic-ts
[kivitendo-erp.git] / js / ckeditor / build-config.js
1 /**\r
2  * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.\r
3  * For licensing, see LICENSE.md or http://ckeditor.com/license\r
4  */\r
5 \r
6 /**\r
7  * This file was added automatically by CKEditor builder.\r
8  * You may re-use it at any time to build CKEditor again.\r
9  *\r
10  * If you would like to build CKEditor online again\r
11  * (for example to upgrade), visit one the following links:\r
12  *\r
13  * (1) http://ckeditor.com/builder\r
14  *     Visit online builder to build CKEditor from scratch.\r
15  *\r
16  * (2) http://ckeditor.com/builder/fa2b75439d6d70ccf0c31610888271cc\r
17  *     Visit online builder to build CKEditor, starting with the same setup as before.\r
18  *\r
19  * (3) http://ckeditor.com/builder/download/fa2b75439d6d70ccf0c31610888271cc\r
20  *     Straight download link to the latest version of CKEditor (Optimized) with the same setup as before.\r
21  *\r
22  * NOTE:\r
23  *    This file is not used by CKEditor, you may remove it.\r
24  *    Changing this file will not change your CKEditor configuration.\r
25  */\r
26 \r
27 var CKBUILDER_CONFIG = {\r
28         skin: 'moono',\r
29         preset: 'full',\r
30         ignore: [\r
31                 'dev',\r
32                 '.gitignore',\r
33                 '.gitattributes',\r
34                 'README.md',\r
35                 '.mailmap'\r
36         ],\r
37         plugins : {
38                 'about' : 1,
39                 'basicstyles' : 1,
40                 'clipboard' : 1,
41                 'enterkey' : 1,
42                 'entities' : 1,
43                 'floatingspace' : 1,
44                 'horizontalrule' : 1,
45                 'indentlist' : 1,
46                 'link' : 1,
47                 'list' : 1,
48                 'removeformat' : 1,
49                 'resize' : 1,
50                 'toolbar' : 1,
51                 'undo' : 1,
52                 'wysiwygarea' : 1
53         },
54         languages : {
55                 'de' : 1,
56                 'en' : 1
57         }
58 };