build-config.js 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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/8cf40c447535366493a55606b231c908
  16. * Visit online builder to build CKEditor, starting with the same setup as before.
  17. *
  18. * (3) http://ckeditor.com/builder/download/8cf40c447535366493a55606b231c908
  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. 'colorbutton' : 1,
  54. 'colordialog' : 1,
  55. 'enterkey' : 1,
  56. 'entities' : 1,
  57. 'floatingspace' : 1,
  58. 'indentlist' : 1,
  59. 'link' : 1,
  60. 'list' : 1,
  61. 'removeformat' : 1,
  62. 'toolbar' : 1,
  63. 'undo' : 1,
  64. 'wysiwygarea' : 1,
  65. 'youtube' : 1
  66. },
  67. languages : {
  68. 'en' : 1,
  69. 'es' : 1,
  70. 'eu' : 1
  71. }
  72. };