1- /**
2- * @license Copyright (c) 2003-2017, 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/fd4a387aeb849d3d6bc30bf0d2bbbca8
17- * Visit online builder to build CKEditor, starting with the same setup as before.
18- *
19- * (3) http://ckeditor.com/builder/download/fd4a387aeb849d3d6bc30bf0d2bbbca8
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 : 'moono-lisa' ,
29- preset : 'standard' ,
1+ /**
2+ * @license Copyright (c) 2003-2017, 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/ca1529b267e51f7f1eec6edcb62ad316
17+ * Visit online builder to build CKEditor, starting with the same setup as before.
18+ *
19+ * (3) http://ckeditor.com/builder/download/ca1529b267e51f7f1eec6edcb62ad316
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 : 'moono-lisa' ,
29+ preset : 'standard' ,
3030 ignore : [
3131 '.DS_Store' ,
3232 '.bender' ,
@@ -54,7 +54,6 @@ var CKBUILDER_CONFIG = {
5454 plugins : {
5555 'basicstyles' : 1 ,
5656 'blockquote' : 1 ,
57- 'clipboard' : 1 ,
5857 'colorbutton' : 1 ,
5958 'colordialog' : 1 ,
6059 'contextmenu' : 1 ,
@@ -71,7 +70,6 @@ var CKBUILDER_CONFIG = {
7170 'liststyle' : 1 ,
7271 'magicline' : 1 ,
7372 'maximize' : 1 ,
74- 'pastefromword' : 1 ,
7573 'removeformat' : 1 ,
7674 'resize' : 1 ,
7775 'smiley' : 1 ,
0 commit comments