build-config.js 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  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/b763fbf8a6a9f8d2597093c4b0cae1fe
  16. * Visit online builder to build CKEditor, starting with the same setup as before.
  17. *
  18. * (3) http://ckeditor.com/builder/download/b763fbf8a6a9f8d2597093c4b0cae1fe
  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: 'basic',
  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. 'about' : 1,
  52. 'basicstyles' : 1,
  53. 'clipboard' : 1,
  54. 'enterkey' : 1,
  55. 'entities' : 1,
  56. 'floatingspace' : 1,
  57. 'indentlist' : 1,
  58. 'link' : 1,
  59. 'list' : 1,
  60. 'toolbar' : 1,
  61. 'undo' : 1,
  62. 'wysiwygarea' : 1
  63. },
  64. languages : {
  65. 'af' : 1,
  66. 'ar' : 1,
  67. 'bg' : 1,
  68. 'bn' : 1,
  69. 'bs' : 1,
  70. 'ca' : 1,
  71. 'cs' : 1,
  72. 'cy' : 1,
  73. 'da' : 1,
  74. 'de' : 1,
  75. 'de-ch' : 1,
  76. 'el' : 1,
  77. 'en' : 1,
  78. 'en-au' : 1,
  79. 'en-ca' : 1,
  80. 'en-gb' : 1,
  81. 'eo' : 1,
  82. 'es' : 1,
  83. 'et' : 1,
  84. 'eu' : 1,
  85. 'fa' : 1,
  86. 'fi' : 1,
  87. 'fo' : 1,
  88. 'fr' : 1,
  89. 'fr-ca' : 1,
  90. 'gl' : 1,
  91. 'gu' : 1,
  92. 'he' : 1,
  93. 'hi' : 1,
  94. 'hr' : 1,
  95. 'hu' : 1,
  96. 'id' : 1,
  97. 'is' : 1,
  98. 'it' : 1,
  99. 'ja' : 1,
  100. 'ka' : 1,
  101. 'km' : 1,
  102. 'ko' : 1,
  103. 'ku' : 1,
  104. 'lt' : 1,
  105. 'lv' : 1,
  106. 'mk' : 1,
  107. 'mn' : 1,
  108. 'ms' : 1,
  109. 'nb' : 1,
  110. 'nl' : 1,
  111. 'no' : 1,
  112. 'pl' : 1,
  113. 'pt' : 1,
  114. 'pt-br' : 1,
  115. 'ro' : 1,
  116. 'ru' : 1,
  117. 'si' : 1,
  118. 'sk' : 1,
  119. 'sl' : 1,
  120. 'sq' : 1,
  121. 'sr' : 1,
  122. 'sr-latn' : 1,
  123. 'sv' : 1,
  124. 'th' : 1,
  125. 'tr' : 1,
  126. 'tt' : 1,
  127. 'ug' : 1,
  128. 'uk' : 1,
  129. 'vi' : 1,
  130. 'zh' : 1,
  131. 'zh-cn' : 1
  132. }
  133. };