| 123456789101112131415161718 |
- /**
- * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
- * For licensing, see LICENSE.md.
- */
- 'use strict';
- module.exports = {
- creator: './build/esnext/ckeditor5/editor-classic/classic.js',
- moduleName: 'MyCKEditor',
- features: [
- './build/esnext/ckeditor5/enter/enter.js',
- './build/esnext/ckeditor5/paragraph/paragraph.js',
- './build/esnext/ckeditor5/typing/typing.js',
- './build/esnext/ckeditor5/undo/undo.js',
- './build/esnext/ckeditor5/headings/headings.js'
- ]
- };
|