/** * @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.html or http://ckeditor.com/license */ /** * This file was added automatically by CKEditor builder. * You may re-use it at any time at http://ckeditor.com/builder to build CKEditor again. * * NOTE: * This file is not used by CKEditor, you may remove it. * Changing this file will not change your CKEditor configuration. */ var CKBUILDER_CONFIG = { skin: 'moono', preset: 'basic', ignore: [ 'dev', '.gitignore', '.gitattributes', 'README.md', '.mailmap' ], plugins : { 'about' : 1, 'basicstyles' : 1, 'clipboard' : 1, 'toolbar' : 1, 'enterkey' : 1, 'entities' : 1, 'floatingspace' : 1, 'wysiwygarea' : 1, 'indent' : 1, 'link' : 1, 'list' : 1, 'pastetext' : 1, 'undo' : 1, 'dialog' : 1, 'dialogui' : 1, 'button' : 1, 'fakeobjects' : 1, 'find' : 1, 'blockquote' : 1 }, languages : { 'en' : 1, } };