Commit 0b9818bf authored by panr's avatar panr

Add TextTransformation plugin to the build config

parent 25b44618
......@@ -36,6 +36,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 DecoupledEditor extends DecoupledEditorBase {}
......@@ -70,7 +71,8 @@ DecoupledEditor.builtinPlugins = [
Paragraph,
PasteFromOffice,
Table,
TableToolbar
TableToolbar,
TextTransformation
];
// Editor configuration.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment