build-config.js 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. /**
  2. * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
  3. * For licensing, see LICENSE.md or https://ckeditor.com/license
  4. */
  5. /**
  6. * This file was added automatically by CKEditor builder.
  7. * You may re-use it at any time to build CKEditor again.
  8. *
  9. * If you would like to build CKEditor online again
  10. * (for example to upgrade), visit one the following links:
  11. *
  12. * (1) https://ckeditor.com/cke4/builder
  13. * Visit online builder to build CKEditor from scratch.
  14. *
  15. * (2) https://ckeditor.com/cke4/builder/4f63382572985d622b9d98e28e170aeb
  16. * Visit online builder to build CKEditor, starting with the same setup as before.
  17. *
  18. * (3) https://ckeditor.com/cke4/builder/download/4f63382572985d622b9d98e28e170aeb
  19. * Straight download link to the latest version of CKEditor (Optimized) with the same setup as before.
  20. *
  21. * NOTE:
  22. * This file is not used by CKEditor, you may remove it.
  23. * Changing this file will not change your CKEditor configuration.
  24. */
  25. var CKBUILDER_CONFIG = {
  26. skin: 'moono',
  27. preset: 'standard',
  28. ignore: [
  29. '.DS_Store',
  30. '.bender',
  31. '.editorconfig',
  32. '.gitattributes',
  33. '.gitignore',
  34. '.idea',
  35. '.jscsrc',
  36. '.jshintignore',
  37. '.jshintrc',
  38. '.mailmap',
  39. '.npm',
  40. '.travis.yml',
  41. 'bender-err.log',
  42. 'bender-out.log',
  43. 'bender.ci.js',
  44. 'bender.js',
  45. 'dev',
  46. 'gruntfile.js',
  47. 'less',
  48. 'node_modules',
  49. 'package.json',
  50. 'tests'
  51. ],
  52. plugins : {
  53. 'a11yhelp' : 1,
  54. 'about' : 1,
  55. 'basicstyles' : 1,
  56. 'blockquote' : 1,
  57. 'clipboard' : 1,
  58. 'contextmenu' : 1,
  59. 'elementspath' : 1,
  60. 'enterkey' : 1,
  61. 'entities' : 1,
  62. 'filebrowser' : 1,
  63. 'floatingspace' : 1,
  64. 'format' : 1,
  65. 'horizontalrule' : 1,
  66. 'htmlwriter' : 1,
  67. 'image' : 1,
  68. 'indentlist' : 1,
  69. 'link' : 1,
  70. 'list' : 1,
  71. 'magicline' : 1,
  72. 'maximize' : 1,
  73. 'pastefromword' : 1,
  74. 'pastetext' : 1,
  75. 'removeformat' : 1,
  76. 'resize' : 1,
  77. 'scayt' : 1,
  78. 'showborders' : 1,
  79. 'sourcearea' : 1,
  80. 'specialchar' : 1,
  81. 'stylescombo' : 1,
  82. 'tab' : 1,
  83. 'table' : 1,
  84. 'tableselection' : 1,
  85. 'tabletools' : 1,
  86. 'toolbar' : 1,
  87. 'undo' : 1,
  88. 'uploadimage' : 1,
  89. 'wsc' : 1,
  90. 'wysiwygarea' : 1
  91. },
  92. languages : {
  93. 'en' : 1
  94. }
  95. };