|
@@ -37,6 +37,7 @@ import PasteFromOffice from '@ckeditor/ckeditor5-paste-from-office/src/pastefrom
|
|
|
import Table from '@ckeditor/ckeditor5-table/src/table';
|
|
import Table from '@ckeditor/ckeditor5-table/src/table';
|
|
|
import TableToolbar from '@ckeditor/ckeditor5-table/src/tabletoolbar';
|
|
import TableToolbar from '@ckeditor/ckeditor5-table/src/tabletoolbar';
|
|
|
import TextTransformation from '@ckeditor/ckeditor5-typing/src/texttransformation';
|
|
import TextTransformation from '@ckeditor/ckeditor5-typing/src/texttransformation';
|
|
|
|
|
+import ListStyle from '@ckeditor/ckeditor5-list/src/liststyle';
|
|
|
|
|
|
|
|
export default class DecoupledEditor extends DecoupledEditorBase {}
|
|
export default class DecoupledEditor extends DecoupledEditorBase {}
|
|
|
|
|
|
|
@@ -72,7 +73,8 @@ DecoupledEditor.builtinPlugins = [
|
|
|
PasteFromOffice,
|
|
PasteFromOffice,
|
|
|
Table,
|
|
Table,
|
|
|
TableToolbar,
|
|
TableToolbar,
|
|
|
- TextTransformation
|
|
|
|
|
|
|
+ TextTransformation,
|
|
|
|
|
+ ListStyle
|
|
|
];
|
|
];
|
|
|
|
|
|
|
|
// Editor configuration.
|
|
// Editor configuration.
|