Dotclear

source: build-tools/ckeditor/build-config.js @ 2962:10af9b4f1ce0

Revision 2962:10af9b4f1ce0, 1.1 KB checked in by Nicolas <nikrou77@…>, 10 years ago (diff)

Update CKEditor to last published release
Fixes #2039

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/* exported CKBUILDER_CONFIG */
7
8var CKBUILDER_CONFIG = {
9     skin: 'moono',
10     ignore: [
11          'bender.js',
12          '.bender',
13          'bender-err.log',
14          'bender-out.log',
15          'dev',
16          '.DS_Store',
17          '.editorconfig',
18          '.gitignore',
19          '.gitattributes',
20          'gruntfile.js',
21          '.idea',
22          '.jscsrc',
23          '.jshintignore',
24          '.jshintrc',
25          '.mailmap',
26          'node_modules',
27          'package.json',
28          'README.md',
29          'tests'
30     ],
31     plugins: {
32          a11yhelp: 1,
33          about: 1,
34          basicstyles: 1,
35          blockquote: 1,
36          clipboard: 1,
37          colorbutton: 1,
38          dialogadvtab: 1,
39          div: 1,
40          elementspath: 1,
41          enterkey: 1,
42          floatingspace: 1,
43          format: 1,
44          horizontalrule: 1,
45          image: 1,
46          indentlist: 1,
47          indentblock: 1,
48          justify: 1,
49          link: 1,
50          list: 1,
51          liststyle: 1,
52          magicline: 1,
53          maximize: 1,
54          pastefromword: 1,
55          pastetext: 1,
56          print: 1,
57          removeformat: 1,
58          resize: 1,
59          sourcearea: 1,
60          specialchar: 1,
61          stylescombo: 1,
62          tab: 1,
63          table: 1,
64          tabletools: 1,
65          templates: 1,
66          toolbar: 1,
67          undo: 1,
68          wysiwygarea: 1
69     }
70};
Note: See TracBrowser for help on using the repository browser.

Sites map