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
indvd00m@0
     1
/**
indvd00m@0
     2
 * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
indvd00m@0
     3
 * For licensing, see LICENSE.md or http://ckeditor.com/license
indvd00m@0
     4
 */
indvd00m@0
     5
indvd00m@0
     6
/**
indvd00m@0
     7
 * This file was added automatically by CKEditor builder.
indvd00m@0
     8
 * You may re-use it at any time to build CKEditor again.
indvd00m@0
     9
 *
indvd00m@0
    10
 * If you would like to build CKEditor online again
indvd00m@0
    11
 * (for example to upgrade), visit one the following links:
indvd00m@0
    12
 *
indvd00m@0
    13
 * (1) http://ckeditor.com/builder
indvd00m@0
    14
 *     Visit online builder to build CKEditor from scratch.
indvd00m@0
    15
 *
indvd00m@0
    16
 * (2) http://ckeditor.com/builder/32b52366e191e5ae8c3e8989c7a0764c
indvd00m@0
    17
 *     Visit online builder to build CKEditor, starting with the same setup as before.
indvd00m@0
    18
 *
indvd00m@0
    19
 * (3) http://ckeditor.com/builder/download/32b52366e191e5ae8c3e8989c7a0764c
indvd00m@0
    20
 *     Straight download link to the latest version of CKEditor (Optimized) with the same setup as before.
indvd00m@0
    21
 *
indvd00m@0
    22
 * NOTE:
indvd00m@0
    23
 *    This file is not used by CKEditor, you may remove it.
indvd00m@0
    24
 *    Changing this file will not change your CKEditor configuration.
indvd00m@0
    25
 */
indvd00m@0
    26
indvd00m@0
    27
var CKBUILDER_CONFIG = {
indvd00m@0
    28
	skin: 'office2013',
indvd00m@0
    29
	preset: 'full',
indvd00m@0
    30
	ignore: [
indvd00m@0
    31
		'.bender',
indvd00m@0
    32
		'bender.js',
indvd00m@0
    33
		'bender-err.log',
indvd00m@0
    34
		'bender-out.log',
indvd00m@0
    35
		'dev',
indvd00m@0
    36
		'.DS_Store',
indvd00m@0
    37
		'.editorconfig',
indvd00m@0
    38
		'.gitattributes',
indvd00m@0
    39
		'.gitignore',
indvd00m@0
    40
		'gruntfile.js',
indvd00m@0
    41
		'.idea',
indvd00m@0
    42
		'.jscsrc',
indvd00m@0
    43
		'.jshintignore',
indvd00m@0
    44
		'.jshintrc',
indvd00m@0
    45
		'less',
indvd00m@0
    46
		'.mailmap',
indvd00m@0
    47
		'node_modules',
indvd00m@0
    48
		'package.json',
indvd00m@0
    49
		'README.md',
indvd00m@0
    50
		'tests'
indvd00m@0
    51
	],
indvd00m@0
    52
	plugins : {
indvd00m@0
    53
		'a11yhelp' : 1,
indvd00m@0
    54
		'about' : 1,
indvd00m@0
    55
		'autocorrect' : 1,
indvd00m@0
    56
		'autolink' : 1,
indvd00m@0
    57
		'base64image' : 1,
indvd00m@0
    58
		'basicstyles' : 1,
indvd00m@0
    59
		'bidi' : 1,
indvd00m@0
    60
		'blockquote' : 1,
indvd00m@0
    61
		'clipboard' : 1,
indvd00m@0
    62
		'colorbutton' : 1,
indvd00m@0
    63
		'colordialog' : 1,
indvd00m@0
    64
		'contextmenu' : 1,
indvd00m@0
    65
		'dialogadvtab' : 1,
indvd00m@0
    66
		'div' : 1,
indvd00m@0
    67
		'elementspath' : 1,
indvd00m@0
    68
		'enterkey' : 1,
indvd00m@0
    69
		'entities' : 1,
indvd00m@0
    70
		'filebrowser' : 1,
indvd00m@0
    71
		'find' : 1,
indvd00m@0
    72
		'flash' : 1,
indvd00m@0
    73
		'floatingspace' : 1,
indvd00m@0
    74
		'font' : 1,
indvd00m@0
    75
		'format' : 1,
indvd00m@0
    76
		'forms' : 1,
indvd00m@0
    77
		'horizontalrule' : 1,
indvd00m@0
    78
		'htmlwriter' : 1,
indvd00m@0
    79
		'iframe' : 1,
indvd00m@0
    80
		'image' : 1,
indvd00m@0
    81
		'indentblock' : 1,
indvd00m@0
    82
		'indentlist' : 1,
indvd00m@0
    83
		'justify' : 1,
indvd00m@0
    84
		'language' : 1,
indvd00m@0
    85
		'link' : 1,
indvd00m@0
    86
		'list' : 1,
indvd00m@0
    87
		'liststyle' : 1,
indvd00m@0
    88
		'magicline' : 1,
indvd00m@0
    89
		'maximize' : 1,
indvd00m@0
    90
		'newpage' : 1,
indvd00m@0
    91
		'notification' : 1,
indvd00m@0
    92
		'pagebreak' : 1,
indvd00m@0
    93
		'pastefromword' : 1,
indvd00m@0
    94
		'pastetext' : 1,
indvd00m@0
    95
		'pbckcode' : 1,
indvd00m@0
    96
		'preview' : 1,
indvd00m@0
    97
		'print' : 1,
indvd00m@0
    98
		'removeformat' : 1,
indvd00m@0
    99
		'resize' : 1,
indvd00m@0
   100
		'save' : 1,
indvd00m@0
   101
		'scayt' : 1,
indvd00m@0
   102
		'selectall' : 1,
indvd00m@0
   103
		'showblocks' : 1,
indvd00m@0
   104
		'showborders' : 1,
indvd00m@0
   105
		'smiley' : 1,
indvd00m@0
   106
		'sourcearea' : 1,
indvd00m@0
   107
		'specialchar' : 1,
indvd00m@0
   108
		'stat' : 1,
indvd00m@0
   109
		'stylescombo' : 1,
indvd00m@0
   110
		'symbol' : 1,
indvd00m@0
   111
		'tab' : 1,
indvd00m@0
   112
		'table' : 1,
indvd00m@0
   113
		'tabletools' : 1,
indvd00m@0
   114
		'templates' : 1,
indvd00m@0
   115
		'textselection' : 1,
indvd00m@0
   116
		'toolbar' : 1,
indvd00m@0
   117
		'undo' : 1,
indvd00m@0
   118
		'wsc' : 1,
indvd00m@0
   119
		'wysiwygarea' : 1
indvd00m@0
   120
	},
indvd00m@0
   121
	languages : {
indvd00m@0
   122
		'en' : 1,
indvd00m@0
   123
		'ru' : 1
indvd00m@0
   124
	}
indvd00m@0
   125
};