|
|
@@ -31,13 +31,13 @@ import Indent from '@ckeditor/ckeditor5-indent/src/indent';
|
|
|
import IndentBlock from '@ckeditor/ckeditor5-indent/src/indentblock';
|
|
|
import Link from '@ckeditor/ckeditor5-link/src/link';
|
|
|
import List from '@ckeditor/ckeditor5-list/src/list';
|
|
|
+import ListStyle from '@ckeditor/ckeditor5-list/src/liststyle';
|
|
|
import MediaEmbed from '@ckeditor/ckeditor5-media-embed/src/mediaembed';
|
|
|
import Paragraph from '@ckeditor/ckeditor5-paragraph/src/paragraph';
|
|
|
import PasteFromOffice from '@ckeditor/ckeditor5-paste-from-office/src/pastefromoffice';
|
|
|
import Table from '@ckeditor/ckeditor5-table/src/table';
|
|
|
import TableToolbar from '@ckeditor/ckeditor5-table/src/tabletoolbar';
|
|
|
import TextTransformation from '@ckeditor/ckeditor5-typing/src/texttransformation';
|
|
|
-import ListStyle from '@ckeditor/ckeditor5-list/src/liststyle';
|
|
|
|
|
|
export default class DecoupledEditor extends DecoupledEditorBase {}
|
|
|
|
|
|
@@ -68,13 +68,13 @@ DecoupledEditor.builtinPlugins = [
|
|
|
IndentBlock,
|
|
|
Link,
|
|
|
List,
|
|
|
+ ListStyle,
|
|
|
MediaEmbed,
|
|
|
Paragraph,
|
|
|
PasteFromOffice,
|
|
|
Table,
|
|
|
TableToolbar,
|
|
|
- TextTransformation,
|
|
|
- ListStyle
|
|
|
+ TextTransformation
|
|
|
];
|
|
|
|
|
|
// Editor configuration.
|