| 12345678910111213141516171819202122232425 |
- /**
- * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
- * For licensing, see LICENSE.md.
- */
- 'use strict';
- module.exports = {
- toolbar: [
- 'headings',
- 'bold',
- 'italic',
- 'link',
- 'unlink',
- 'bulletedList',
- 'numberedList',
- 'blockQuote',
- 'undo',
- 'redo'
- ],
- image: {
- toolbar: [ 'imageStyleFull', 'imageStyleSide', '|' , 'imageTextAlternative' ]
- }
- };
|