You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

179 lines
3.2 KiB

  1. /**
  2. * @license Copyright (c) 2003-2014, 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/e6b8a045f8f984a69463975ca3e6524a
  16. * Visit online builder to build CKEditor, starting with the same setup as before.
  17. *
  18. * (3) http://ckeditor.com/builder/download/e6b8a045f8f984a69463975ca3e6524a
  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: 'full',
  28. ignore: [
  29. '.bender',
  30. 'bender.js',
  31. 'bender-err.log',
  32. 'bender-out.log',
  33. 'dev',
  34. '.DS_Store',
  35. '.gitattributes',
  36. '.gitignore',
  37. 'Gruntfile.js',
  38. 'gruntfile.js',
  39. '.idea',
  40. '.jscsrc',
  41. '.jshintignore',
  42. '.jshintrc',
  43. '.mailmap',
  44. 'node_modules',
  45. 'package.json',
  46. 'README.md',
  47. 'tests'
  48. ],
  49. plugins : {
  50. 'a11yhelp' : 1,
  51. 'about' : 1,
  52. 'basicstyles' : 1,
  53. 'bidi' : 1,
  54. 'blockquote' : 1,
  55. 'clipboard' : 1,
  56. 'colorbutton' : 1,
  57. 'colordialog' : 1,
  58. 'contextmenu' : 1,
  59. 'dialogadvtab' : 1,
  60. 'div' : 1,
  61. 'elementspath' : 1,
  62. 'enterkey' : 1,
  63. 'entities' : 1,
  64. 'filebrowser' : 1,
  65. 'find' : 1,
  66. 'flash' : 1,
  67. 'floatingspace' : 1,
  68. 'font' : 1,
  69. 'format' : 1,
  70. 'forms' : 1,
  71. 'horizontalrule' : 1,
  72. 'htmlwriter' : 1,
  73. 'iframe' : 1,
  74. 'image' : 1,
  75. 'indentblock' : 1,
  76. 'indentlist' : 1,
  77. 'justify' : 1,
  78. 'language' : 1,
  79. 'link' : 1,
  80. 'list' : 1,
  81. 'liststyle' : 1,
  82. 'magicline' : 1,
  83. 'maximize' : 1,
  84. 'newpage' : 1,
  85. 'pagebreak' : 1,
  86. 'pastefromword' : 1,
  87. 'pastetext' : 1,
  88. 'preview' : 1,
  89. 'print' : 1,
  90. 'removeformat' : 1,
  91. 'resize' : 1,
  92. 'save' : 1,
  93. 'scayt' : 1,
  94. 'selectall' : 1,
  95. 'showblocks' : 1,
  96. 'showborders' : 1,
  97. 'smiley' : 1,
  98. 'sourcearea' : 1,
  99. 'specialchar' : 1,
  100. 'stylescombo' : 1,
  101. 'tab' : 1,
  102. 'table' : 1,
  103. 'tabletools' : 1,
  104. 'templates' : 1,
  105. 'toolbar' : 1,
  106. 'undo' : 1,
  107. 'wsc' : 1,
  108. 'wysiwygarea' : 1
  109. },
  110. languages : {
  111. 'af' : 1,
  112. 'ar' : 1,
  113. 'bg' : 1,
  114. 'bn' : 1,
  115. 'bs' : 1,
  116. 'ca' : 1,
  117. 'cs' : 1,
  118. 'cy' : 1,
  119. 'da' : 1,
  120. 'de' : 1,
  121. 'el' : 1,
  122. 'en' : 1,
  123. 'en-au' : 1,
  124. 'en-ca' : 1,
  125. 'en-gb' : 1,
  126. 'eo' : 1,
  127. 'es' : 1,
  128. 'et' : 1,
  129. 'eu' : 1,
  130. 'fa' : 1,
  131. 'fi' : 1,
  132. 'fo' : 1,
  133. 'fr' : 1,
  134. 'fr-ca' : 1,
  135. 'gl' : 1,
  136. 'gu' : 1,
  137. 'he' : 1,
  138. 'hi' : 1,
  139. 'hr' : 1,
  140. 'hu' : 1,
  141. 'id' : 1,
  142. 'is' : 1,
  143. 'it' : 1,
  144. 'ja' : 1,
  145. 'ka' : 1,
  146. 'km' : 1,
  147. 'ko' : 1,
  148. 'ku' : 1,
  149. 'lt' : 1,
  150. 'lv' : 1,
  151. 'mk' : 1,
  152. 'mn' : 1,
  153. 'ms' : 1,
  154. 'nb' : 1,
  155. 'nl' : 1,
  156. 'no' : 1,
  157. 'pl' : 1,
  158. 'pt' : 1,
  159. 'pt-br' : 1,
  160. 'ro' : 1,
  161. 'ru' : 1,
  162. 'si' : 1,
  163. 'sk' : 1,
  164. 'sl' : 1,
  165. 'sq' : 1,
  166. 'sr' : 1,
  167. 'sr-latn' : 1,
  168. 'sv' : 1,
  169. 'th' : 1,
  170. 'tr' : 1,
  171. 'tt' : 1,
  172. 'ug' : 1,
  173. 'uk' : 1,
  174. 'vi' : 1,
  175. 'zh' : 1,
  176. 'zh-cn' : 1
  177. }
  178. };