|
|
@@ -28,6 +28,7 @@ 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';
|
|
|
|
|
|
export default class ClassicEditor extends ClassicEditorBase {}
|
|
|
|
|
|
@@ -54,7 +55,8 @@ ClassicEditor.builtinPlugins = [
|
|
|
Paragraph,
|
|
|
PasteFromOffice,
|
|
|
Table,
|
|
|
- TableToolbar
|
|
|
+ TableToolbar,
|
|
|
+ TextTransformation
|
|
|
];
|
|
|
|
|
|
// Editor configuration.
|