ckeditor/build-config.js
changeset 0 44d330dccc59
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ckeditor/build-config.js	Thu Dec 15 18:10:20 2016 +0300
     1.3 @@ -0,0 +1,125 @@
     1.4 +/**
     1.5 + * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
     1.6 + * For licensing, see LICENSE.md or http://ckeditor.com/license
     1.7 + */
     1.8 +
     1.9 +/**
    1.10 + * This file was added automatically by CKEditor builder.
    1.11 + * You may re-use it at any time to build CKEditor again.
    1.12 + *
    1.13 + * If you would like to build CKEditor online again
    1.14 + * (for example to upgrade), visit one the following links:
    1.15 + *
    1.16 + * (1) http://ckeditor.com/builder
    1.17 + *     Visit online builder to build CKEditor from scratch.
    1.18 + *
    1.19 + * (2) http://ckeditor.com/builder/32b52366e191e5ae8c3e8989c7a0764c
    1.20 + *     Visit online builder to build CKEditor, starting with the same setup as before.
    1.21 + *
    1.22 + * (3) http://ckeditor.com/builder/download/32b52366e191e5ae8c3e8989c7a0764c
    1.23 + *     Straight download link to the latest version of CKEditor (Optimized) with the same setup as before.
    1.24 + *
    1.25 + * NOTE:
    1.26 + *    This file is not used by CKEditor, you may remove it.
    1.27 + *    Changing this file will not change your CKEditor configuration.
    1.28 + */
    1.29 +
    1.30 +var CKBUILDER_CONFIG = {
    1.31 +	skin: 'office2013',
    1.32 +	preset: 'full',
    1.33 +	ignore: [
    1.34 +		'.bender',
    1.35 +		'bender.js',
    1.36 +		'bender-err.log',
    1.37 +		'bender-out.log',
    1.38 +		'dev',
    1.39 +		'.DS_Store',
    1.40 +		'.editorconfig',
    1.41 +		'.gitattributes',
    1.42 +		'.gitignore',
    1.43 +		'gruntfile.js',
    1.44 +		'.idea',
    1.45 +		'.jscsrc',
    1.46 +		'.jshintignore',
    1.47 +		'.jshintrc',
    1.48 +		'less',
    1.49 +		'.mailmap',
    1.50 +		'node_modules',
    1.51 +		'package.json',
    1.52 +		'README.md',
    1.53 +		'tests'
    1.54 +	],
    1.55 +	plugins : {
    1.56 +		'a11yhelp' : 1,
    1.57 +		'about' : 1,
    1.58 +		'autocorrect' : 1,
    1.59 +		'autolink' : 1,
    1.60 +		'base64image' : 1,
    1.61 +		'basicstyles' : 1,
    1.62 +		'bidi' : 1,
    1.63 +		'blockquote' : 1,
    1.64 +		'clipboard' : 1,
    1.65 +		'colorbutton' : 1,
    1.66 +		'colordialog' : 1,
    1.67 +		'contextmenu' : 1,
    1.68 +		'dialogadvtab' : 1,
    1.69 +		'div' : 1,
    1.70 +		'elementspath' : 1,
    1.71 +		'enterkey' : 1,
    1.72 +		'entities' : 1,
    1.73 +		'filebrowser' : 1,
    1.74 +		'find' : 1,
    1.75 +		'flash' : 1,
    1.76 +		'floatingspace' : 1,
    1.77 +		'font' : 1,
    1.78 +		'format' : 1,
    1.79 +		'forms' : 1,
    1.80 +		'horizontalrule' : 1,
    1.81 +		'htmlwriter' : 1,
    1.82 +		'iframe' : 1,
    1.83 +		'image' : 1,
    1.84 +		'indentblock' : 1,
    1.85 +		'indentlist' : 1,
    1.86 +		'justify' : 1,
    1.87 +		'language' : 1,
    1.88 +		'link' : 1,
    1.89 +		'list' : 1,
    1.90 +		'liststyle' : 1,
    1.91 +		'magicline' : 1,
    1.92 +		'maximize' : 1,
    1.93 +		'newpage' : 1,
    1.94 +		'notification' : 1,
    1.95 +		'pagebreak' : 1,
    1.96 +		'pastefromword' : 1,
    1.97 +		'pastetext' : 1,
    1.98 +		'pbckcode' : 1,
    1.99 +		'preview' : 1,
   1.100 +		'print' : 1,
   1.101 +		'removeformat' : 1,
   1.102 +		'resize' : 1,
   1.103 +		'save' : 1,
   1.104 +		'scayt' : 1,
   1.105 +		'selectall' : 1,
   1.106 +		'showblocks' : 1,
   1.107 +		'showborders' : 1,
   1.108 +		'smiley' : 1,
   1.109 +		'sourcearea' : 1,
   1.110 +		'specialchar' : 1,
   1.111 +		'stat' : 1,
   1.112 +		'stylescombo' : 1,
   1.113 +		'symbol' : 1,
   1.114 +		'tab' : 1,
   1.115 +		'table' : 1,
   1.116 +		'tabletools' : 1,
   1.117 +		'templates' : 1,
   1.118 +		'textselection' : 1,
   1.119 +		'toolbar' : 1,
   1.120 +		'undo' : 1,
   1.121 +		'wsc' : 1,
   1.122 +		'wysiwygarea' : 1
   1.123 +	},
   1.124 +	languages : {
   1.125 +		'en' : 1,
   1.126 +		'ru' : 1
   1.127 +	}
   1.128 +};
   1.129 \ No newline at end of file