|
|
@@ -1,61 +0,0 @@
|
|
|
-/**
|
|
|
- * @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
|
|
|
- * For licensing, see LICENSE.md.
|
|
|
- */
|
|
|
-
|
|
|
-'use strict';
|
|
|
-
|
|
|
-module.exports = {
|
|
|
- // The editor creator to use.
|
|
|
- editor: '@ckeditor/ckeditor5-editor-inline/src/inlineeditor',
|
|
|
-
|
|
|
- // The name under which the editor will be exported.
|
|
|
- moduleName: 'InlineEditor',
|
|
|
-
|
|
|
- // Plugins to include in the build.
|
|
|
- plugins: [
|
|
|
- '@ckeditor/ckeditor5-essentials/src/essentials',
|
|
|
-
|
|
|
- '@ckeditor/ckeditor5-adapter-ckfinder/src/uploadadapter',
|
|
|
- '@ckeditor/ckeditor5-autoformat/src/autoformat',
|
|
|
- '@ckeditor/ckeditor5-basic-styles/src/bold',
|
|
|
- '@ckeditor/ckeditor5-basic-styles/src/italic',
|
|
|
- '@ckeditor/ckeditor5-block-quote/src/blockquote',
|
|
|
- '@ckeditor/ckeditor5-easy-image/src/easyimage',
|
|
|
- '@ckeditor/ckeditor5-heading/src/heading',
|
|
|
- '@ckeditor/ckeditor5-image/src/image',
|
|
|
- '@ckeditor/ckeditor5-image/src/imagecaption',
|
|
|
- '@ckeditor/ckeditor5-image/src/imagestyle',
|
|
|
- '@ckeditor/ckeditor5-image/src/imagetoolbar',
|
|
|
- '@ckeditor/ckeditor5-image/src/imageupload',
|
|
|
- '@ckeditor/ckeditor5-link/src/link',
|
|
|
- '@ckeditor/ckeditor5-list/src/list',
|
|
|
- '@ckeditor/ckeditor5-paragraph/src/paragraph'
|
|
|
- ],
|
|
|
-
|
|
|
- // Editor config.
|
|
|
- config: {
|
|
|
- toolbar: {
|
|
|
- items: [
|
|
|
- 'heading',
|
|
|
- '|',
|
|
|
- 'bold',
|
|
|
- 'italic',
|
|
|
- 'link',
|
|
|
- 'bulletedList',
|
|
|
- 'numberedList',
|
|
|
- 'imageUpload',
|
|
|
- 'blockQuote',
|
|
|
- 'undo',
|
|
|
- 'redo'
|
|
|
- ]
|
|
|
- },
|
|
|
-
|
|
|
- image: {
|
|
|
- toolbar: [ 'imageStyle:full', 'imageStyle:side', '|', 'imageTextAlternative' ]
|
|
|
- },
|
|
|
-
|
|
|
- // UI language. Language codes follow the https://en.wikipedia.org/wiki/ISO_639-1 format.
|
|
|
- language: 'en'
|
|
|
- }
|
|
|
-};
|