build-config.js 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  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. * 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) http://ckeditor.com/builder
  13. * Visit online builder to build CKEditor from scratch.
  14. *
  15. * (2) http://ckeditor.com/builder/a3aa36a1c49fac96ad54315f97e9e05c
  16. * Visit online builder to build CKEditor, starting with the same setup as before.
  17. *
  18. * (3) http://ckeditor.com/builder/download/a3aa36a1c49fac96ad54315f97e9e05c
  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: 'flat',
  27. preset: 'standard',
  28. ignore: [
  29. '.bender',
  30. 'bender.js',
  31. 'bender-err.log',
  32. 'bender-out.log',
  33. 'dev',
  34. '.DS_Store',
  35. '.editorconfig',
  36. '.gitattributes',
  37. '.gitignore',
  38. 'gruntfile.js',
  39. '.idea',
  40. '.jscsrc',
  41. '.jshintignore',
  42. '.jshintrc',
  43. 'less',
  44. '.mailmap',
  45. 'node_modules',
  46. 'package.json',
  47. 'README.md',
  48. 'tests'
  49. ],
  50. plugins : {
  51. 'a11yhelp' : 1,
  52. 'about' : 1,
  53. 'basicstyles' : 1,
  54. 'blockquote' : 1,
  55. 'clipboard' : 1,
  56. 'colorbutton' : 1,
  57. 'confighelper' : 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. 'tabletools' : 1,
  85. 'toolbar' : 1,
  86. 'undo' : 1,
  87. 'uploadimage' : 1,
  88. 'wsc' : 1,
  89. 'wysiwygarea' : 1
  90. },
  91. languages : {
  92. 'de' : 1,
  93. 'en' : 1,
  94. 'es' : 1,
  95. 'fr' : 1,
  96. 'it' : 1,
  97. 'pt-br' : 1
  98. }
  99. };