File:  [LON-CAPA] / loncom / html / adm / ckeditor / build-config.js
Revision 1.1: download - view: text, annotated - select for diffs
Wed May 22 18:43:52 2024 UTC (2 months, 3 weeks ago) by raeburn
Branches: MAIN
CVS tags: HEAD
- Config used when building CKEditor 4.22.1 zip file.

    1: /**
    2:  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
    3:  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-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) https://ckeditor.com/cke4/builder
   14:  *     Visit online builder to build CKEditor from scratch.
   15:  *
   16:  * (2) https://ckeditor.com/cke4/builder/56077422f2408db1cc42bffc767cd7ee
   17:  *     Visit online builder to build CKEditor, starting with the same setup as before.
   18:  *
   19:  * (3) https://ckeditor.com/cke4/builder/download/56077422f2408db1cc42bffc767cd7ee
   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: 'kama',
   29: 	preset: 'standard',
   30: 	ignore: [
   31: 		'.DS_Store',
   32: 		'.bender',
   33: 		'.editorconfig',
   34: 		'.gitattributes',
   35: 		'.gitignore',
   36: 		'.idea',
   37: 		'.jscsrc',
   38: 		'.jshintignore',
   39: 		'.jshintrc',
   40: 		'.mailmap',
   41: 		'.npm',
   42: 		'.nvmrc',
   43: 		'.travis.yml',
   44: 		'README.md',
   45: 		'bender-err.log',
   46: 		'bender-out.log',
   47: 		'bender-runner.config.json',
   48: 		'bender.ci.js',
   49: 		'bender.js',
   50: 		'dev',
   51: 		'gruntfile.js',
   52: 		'less',
   53: 		'node_modules',
   54: 		'package-lock.json',
   55: 		'package.json',
   56: 		'tests'
   57: 	],
   58: 	plugins : {
   59: 		'a11yhelp' : 1,
   60: 		'about' : 1,
   61: 		'basicstyles' : 1,
   62: 		'blockquote' : 1,
   63: 		'clipboard' : 1,
   64: 		'colorbutton' : 1,
   65: 		'contextmenu' : 1,
   66: 		'elementspath' : 1,
   67: 		'enterkey' : 1,
   68: 		'entities' : 1,
   69: 		'filebrowser' : 1,
   70: 		'find' : 1,
   71: 		'floatingspace' : 1,
   72: 		'font' : 1,
   73: 		'format' : 1,
   74: 		'horizontalrule' : 1,
   75: 		'htmlwriter' : 1,
   76: 		'image' : 1,
   77: 		'indentlist' : 1,
   78: 		'justify' : 1,
   79: 		'link' : 1,
   80: 		'list' : 1,
   81: 		'magicline' : 1,
   82: 		'maximize' : 1,
   83: 		'pastefromword' : 1,
   84: 		'pastetext' : 1,
   85: 		'print' : 1,
   86: 		'removeformat' : 1,
   87: 		'resize' : 1,
   88: 		'scayt' : 1,
   89: 		'selectall' : 1,
   90: 		'showblocks' : 1,
   91: 		'showborders' : 1,
   92: 		'smiley' : 1,
   93: 		'sourcearea' : 1,
   94: 		'specialchar' : 1,
   95: 		'stylescombo' : 1,
   96: 		'tab' : 1,
   97: 		'table' : 1,
   98: 		'tabletools' : 1,
   99: 		'toolbar' : 1,
  100: 		'undo' : 1,
  101: 		'widget' : 1,
  102: 		'wysiwygarea' : 1
  103: 	},
  104: 	languages : {
  105: 		'ar' : 1,
  106: 		'de' : 1,
  107: 		'en' : 1,
  108: 		'es' : 1,
  109: 		'fa' : 1,
  110: 		'fr' : 1,
  111: 		'he' : 1,
  112: 		'ja' : 1,
  113: 		'pt' : 1,
  114: 		'pt-br' : 1,
  115: 		'ru' : 1,
  116: 		'tr' : 1,
  117: 		'zh' : 1
  118: 	}
  119: };

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>