build-config.js 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. 
  2. /**
  3. * @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
  4. * For licensing, see LICENSE.html or http://ckeditor.com/license
  5. */
  6. /**
  7. * This file was added automatically by CKEditor builder.
  8. * You may re-use it at any time at http://ckeditor.com/builder to build CKEditor again.
  9. *
  10. * NOTE:
  11. * This file is not used by CKEditor, you may remove it.
  12. * Changing this file will not change your CKEditor configuration.
  13. */
  14. var CKBUILDER_CONFIG = {
  15. skin: 'moonocolor',
  16. preset: 'full',
  17. ignore: [
  18. 'dev',
  19. '.gitignore',
  20. '.gitattributes',
  21. 'README.md',
  22. '.mailmap'
  23. ],
  24. plugins : {
  25. 'about' : 1,
  26. 'a11yhelp' : 1,
  27. 'dialogadvtab' : 1,
  28. 'basicstyles' : 1,
  29. 'bidi' : 1,
  30. 'blockquote' : 1,
  31. 'clipboard' : 1,
  32. 'colorbutton' : 1,
  33. 'colordialog' : 1,
  34. 'templates' : 1,
  35. 'contextmenu' : 1,
  36. 'div' : 1,
  37. 'resize' : 1,
  38. 'toolbar' : 1,
  39. 'elementspath' : 1,
  40. 'enterkey' : 1,
  41. 'entities' : 1,
  42. 'filebrowser' : 1,
  43. 'find' : 1,
  44. 'flash' : 1,
  45. 'floatingspace' : 1,
  46. 'font' : 1,
  47. 'forms' : 1,
  48. 'format' : 1,
  49. 'htmlwriter' : 1,
  50. 'horizontalrule' : 1,
  51. 'iframe' : 1,
  52. 'wysiwygarea' : 1,
  53. 'image' : 1,
  54. 'indent' : 1,
  55. 'smiley' : 1,
  56. 'justify' : 1,
  57. 'link' : 1,
  58. 'list' : 1,
  59. 'liststyle' : 1,
  60. 'magicline' : 1,
  61. 'maximize' : 1,
  62. 'newpage' : 1,
  63. 'pagebreak' : 1,
  64. 'pastetext' : 1,
  65. 'pastefromword' : 1,
  66. 'preview' : 1,
  67. 'print' : 1,
  68. 'removeformat' : 1,
  69. 'save' : 1,
  70. 'selectall' : 1,
  71. 'showblocks' : 1,
  72. 'showborders' : 1,
  73. 'sourcearea' : 1,
  74. 'specialchar' : 1,
  75. 'scayt' : 1,
  76. 'stylescombo' : 1,
  77. 'tab' : 1,
  78. 'table' : 1,
  79. 'tabletools' : 1,
  80. 'undo' : 1,
  81. 'wsc' : 1,
  82. 'dialog' : 1,
  83. 'dialogui' : 1,
  84. 'panelbutton' : 1,
  85. 'button' : 1,
  86. 'floatpanel' : 1,
  87. 'panel' : 1,
  88. 'menu' : 1,
  89. 'popup' : 1,
  90. 'fakeobjects' : 1,
  91. 'richcombo' : 1,
  92. 'listblock' : 1,
  93. 'menubutton' : 1
  94. },
  95. languages : {
  96. 'zh-cn' : 1,
  97. 'en' : 1,
  98. }
  99. };