Path: blob/master/ckeditor_4.6.2/build-config.js
574 views
/**1* @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.2* For licensing, see LICENSE.md or http://ckeditor.com/license3*/45/**6* This file was added automatically by CKEditor builder.7* You may re-use it at any time to build CKEditor again.8*9* If you would like to build CKEditor online again10* (for example to upgrade), visit one the following links:11*12* (1) http://ckeditor.com/builder13* Visit online builder to build CKEditor from scratch.14*15* (2) http://ckeditor.com/builder/f6c099609a472f9ed815eb7052c0be4516* Visit online builder to build CKEditor, starting with the same setup as before.17*18* (3) http://ckeditor.com/builder/download/f6c099609a472f9ed815eb7052c0be4519* Straight download link to the latest version of CKEditor (Optimized) with the same setup as before.20*21* NOTE:22* This file is not used by CKEditor, you may remove it.23* Changing this file will not change your CKEditor configuration.24*/2526var CKBUILDER_CONFIG = {27skin: 'moono-lisa',28preset: 'basic',29ignore: [30'.bender',31'bender.js',32'bender-err.log',33'bender-out.log',34'dev',35'.DS_Store',36'.editorconfig',37'.gitattributes',38'.gitignore',39'gruntfile.js',40'.idea',41'.jscsrc',42'.jshintignore',43'.jshintrc',44'less',45'.mailmap',46'node_modules',47'package.json',48'README.md',49'tests'50],51plugins : {52'about' : 1,53'basicstyles' : 1,54'clipboard' : 1,55'colorbutton' : 1,56'colordialog' : 1,57'contextmenu' : 1,58'divarea' : 1,59'enterkey' : 1,60'entities' : 1,61'floatingspace' : 1,62'font' : 1,63'indentlist' : 1,64'justify' : 1,65'link' : 1,66'list' : 1,67'maximize' : 1,68'pastefromword' : 1,69'removeformat' : 1,70'selectallcontextmenu' : 1,71'toolbar' : 1,72'undo' : 1,73'wordcount' : 1,74'wysiwygarea' : 175},76languages : {77'en' : 178}79};8081