config-editor.js 391 B

123456789101112131415161718192021222324
  1. /**
  2. * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
  3. * For licensing, see LICENSE.md.
  4. */
  5. 'use strict';
  6. module.exports = {
  7. toolbar: [
  8. 'headings',
  9. 'bold',
  10. 'italic',
  11. 'link',
  12. 'unlink',
  13. 'bulletedList',
  14. 'numberedList',
  15. 'undo',
  16. 'redo'
  17. ],
  18. image: {
  19. toolbar: [ 'imageStyleFull', 'imageStyleSide', '|' , 'imageTextAlternative' ]
  20. }
  21. };