Annotation of loncom/html/adm/ckeditor/build-config.js, revision 1.2
1.1 raeburn 1: /**
2: * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3: * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-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: *
1.2 ! raeburn 16: * (2) https://ckeditor.com/cke4/builder/16e5b5263f49678ff222955a00d94c05
1.1 raeburn 17: * Visit online builder to build CKEditor, starting with the same setup as before.
18: *
1.2 ! raeburn 19: * (3) https://ckeditor.com/cke4/builder/download/16e5b5263f49678ff222955a00d94c05
1.1 raeburn 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:
27: var CKBUILDER_CONFIG = {
28: skin: 'kama',
29: preset: 'standard',
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-runner.config.json',
47: 'bender.ci.js',
48: 'bender.js',
49: 'dev',
50: 'gruntfile.js',
51: 'less',
52: 'node_modules',
53: 'package-lock.json',
54: 'package.json',
55: 'tests'
56: ],
57: plugins : {
58: 'a11yhelp' : 1,
59: 'about' : 1,
60: 'basicstyles' : 1,
61: 'blockquote' : 1,
62: 'clipboard' : 1,
63: 'colorbutton' : 1,
64: 'contextmenu' : 1,
65: 'elementspath' : 1,
66: 'enterkey' : 1,
67: 'entities' : 1,
68: 'filebrowser' : 1,
69: 'find' : 1,
70: 'floatingspace' : 1,
71: 'font' : 1,
72: 'format' : 1,
73: 'horizontalrule' : 1,
74: 'htmlwriter' : 1,
75: 'image' : 1,
76: 'indentlist' : 1,
77: 'justify' : 1,
78: 'link' : 1,
79: 'list' : 1,
80: 'magicline' : 1,
81: 'maximize' : 1,
82: 'pastefromword' : 1,
83: 'pastetext' : 1,
84: 'print' : 1,
85: 'removeformat' : 1,
86: 'resize' : 1,
87: 'scayt' : 1,
88: 'selectall' : 1,
89: 'showblocks' : 1,
90: 'showborders' : 1,
91: 'smiley' : 1,
92: 'sourcearea' : 1,
93: 'specialchar' : 1,
94: 'stylescombo' : 1,
95: 'tab' : 1,
96: 'table' : 1,
97: 'tabletools' : 1,
98: 'toolbar' : 1,
99: 'undo' : 1,
100: 'widget' : 1,
101: 'wysiwygarea' : 1
102: },
103: languages : {
104: 'ar' : 1,
105: 'de' : 1,
106: 'en' : 1,
107: 'es' : 1,
108: 'fa' : 1,
109: 'fr' : 1,
110: 'he' : 1,
111: 'ja' : 1,
112: 'pt' : 1,
113: 'pt-br' : 1,
114: 'ru' : 1,
115: 'tr' : 1,
1.2 ! raeburn 116: 'zh' : 1,
! 117: 'zh-cn' : 1
1.1 raeburn 118: }
119: };
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>