source: main/trunk/greenstone3/web/interfaces/default_new/js/ckeditor/build-config.js@ 29852

Last change on this file since 29852 was 29852, checked in by Georgiy Litvinov, 9 years ago

Ckeditor integration commit

File size: 2.1 KB
Line 
1/**
2 * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3 * For licensing, see LICENSE.md or http://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) http://ckeditor.com/builder
14 * Visit online builder to build CKEditor from scratch.
15 *
16 * (2) http://ckeditor.com/builder/5392a3f00dd0182fbb9a1e836ecc144b
17 * Visit online builder to build CKEditor, starting with the same setup as before.
18 *
19 * (3) http://ckeditor.com/builder/download/5392a3f00dd0182fbb9a1e836ecc144b
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 '.bender',
32 'bender.js',
33 'bender-err.log',
34 'bender-out.log',
35 'dev',
36 '.DS_Store',
37 '.editorconfig',
38 '.gitattributes',
39 '.gitignore',
40 'gruntfile.js',
41 '.idea',
42 '.jscsrc',
43 '.jshintignore',
44 '.jshintrc',
45 '.mailmap',
46 'node_modules',
47 'package.json',
48 'README.md',
49 'tests'
50 ],
51 plugins : {
52 'basicstyles' : 1,
53 'bidi' : 1,
54 'blockquote' : 1,
55 'clipboard' : 1,
56 'contextmenu' : 1,
57 'dialogadvtab' : 1,
58 'elementspath' : 1,
59 'enterkey' : 1,
60 'entities' : 1,
61 'find' : 1,
62 'floatingspace' : 1,
63 'format' : 1,
64 'horizontalrule' : 1,
65 'htmlwriter' : 1,
66 'indentblock' : 1,
67 'indentlist' : 1,
68 'justify' : 1,
69 'language' : 1,
70 'link' : 1,
71 'list' : 1,
72 'liststyle' : 1,
73 'magicline' : 1,
74 'pagebreak' : 1,
75 'pastefromword' : 1,
76 'pastetext' : 1,
77 'preview' : 1,
78 'removeformat' : 1,
79 'selectall' : 1,
80 'showblocks' : 1,
81 'showborders' : 1,
82 'specialchar' : 1,
83 'stylescombo' : 1,
84 'tab' : 1,
85 'table' : 1,
86 'tabletools' : 1,
87 'templates' : 1,
88 'toolbar' : 1,
89 'undo' : 1
90 },
91 languages : {
92 'en' : 1,
93 'ru' : 1
94 }
95};
Note: See TracBrowser for help on using the repository browser.