ckeditor/build-config.js
author indvd00m (gotoindvdum[at]gmail[dot]com)
Thu, 15 Dec 2016 18:10:20 +0300
changeset 0 44d330dccc59
permissions -rw-r--r--
Init sample
     1 /**
     2  * @license Copyright (c) 2003-2016, 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/32b52366e191e5ae8c3e8989c7a0764c
    17  *     Visit online builder to build CKEditor, starting with the same setup as before.
    18  *
    19  * (3) http://ckeditor.com/builder/download/32b52366e191e5ae8c3e8989c7a0764c
    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: 'office2013',
    29 	preset: 'full',
    30 	ignore: [
    31 		'.bender',
    32 		'bender.js',
    33 		'bender-err.log',
    34 		'bender-out.log',
    35 		'dev',
    36 		'.DS_Store',
    37 		'.editorconfig',
    38 		'.gitattributes',
    39 		'.gitignore',
    40 		'gruntfile.js',
    41 		'.idea',
    42 		'.jscsrc',
    43 		'.jshintignore',
    44 		'.jshintrc',
    45 		'less',
    46 		'.mailmap',
    47 		'node_modules',
    48 		'package.json',
    49 		'README.md',
    50 		'tests'
    51 	],
    52 	plugins : {
    53 		'a11yhelp' : 1,
    54 		'about' : 1,
    55 		'autocorrect' : 1,
    56 		'autolink' : 1,
    57 		'base64image' : 1,
    58 		'basicstyles' : 1,
    59 		'bidi' : 1,
    60 		'blockquote' : 1,
    61 		'clipboard' : 1,
    62 		'colorbutton' : 1,
    63 		'colordialog' : 1,
    64 		'contextmenu' : 1,
    65 		'dialogadvtab' : 1,
    66 		'div' : 1,
    67 		'elementspath' : 1,
    68 		'enterkey' : 1,
    69 		'entities' : 1,
    70 		'filebrowser' : 1,
    71 		'find' : 1,
    72 		'flash' : 1,
    73 		'floatingspace' : 1,
    74 		'font' : 1,
    75 		'format' : 1,
    76 		'forms' : 1,
    77 		'horizontalrule' : 1,
    78 		'htmlwriter' : 1,
    79 		'iframe' : 1,
    80 		'image' : 1,
    81 		'indentblock' : 1,
    82 		'indentlist' : 1,
    83 		'justify' : 1,
    84 		'language' : 1,
    85 		'link' : 1,
    86 		'list' : 1,
    87 		'liststyle' : 1,
    88 		'magicline' : 1,
    89 		'maximize' : 1,
    90 		'newpage' : 1,
    91 		'notification' : 1,
    92 		'pagebreak' : 1,
    93 		'pastefromword' : 1,
    94 		'pastetext' : 1,
    95 		'pbckcode' : 1,
    96 		'preview' : 1,
    97 		'print' : 1,
    98 		'removeformat' : 1,
    99 		'resize' : 1,
   100 		'save' : 1,
   101 		'scayt' : 1,
   102 		'selectall' : 1,
   103 		'showblocks' : 1,
   104 		'showborders' : 1,
   105 		'smiley' : 1,
   106 		'sourcearea' : 1,
   107 		'specialchar' : 1,
   108 		'stat' : 1,
   109 		'stylescombo' : 1,
   110 		'symbol' : 1,
   111 		'tab' : 1,
   112 		'table' : 1,
   113 		'tabletools' : 1,
   114 		'templates' : 1,
   115 		'textselection' : 1,
   116 		'toolbar' : 1,
   117 		'undo' : 1,
   118 		'wsc' : 1,
   119 		'wysiwygarea' : 1
   120 	},
   121 	languages : {
   122 		'en' : 1,
   123 		'ru' : 1
   124 	}
   125 };