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'; ...@@ -36,6 +36,7 @@ import Paragraph from '@ckeditor/ckeditor5-paragraph/src/paragraph';
import PasteFromOffice from '@ckeditor/ckeditor5-paste-from-office/src/pastefromoffice'; import PasteFromOffice from '@ckeditor/ckeditor5-paste-from-office/src/pastefromoffice';
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';
export default class DecoupledEditor extends DecoupledEditorBase {} export default class DecoupledEditor extends DecoupledEditorBase {}
...@@ -70,7 +71,8 @@ DecoupledEditor.builtinPlugins = [ ...@@ -70,7 +71,8 @@ DecoupledEditor.builtinPlugins = [
Paragraph, Paragraph,
PasteFromOffice, PasteFromOffice,
Table, Table,
TableToolbar TableToolbar,
TextTransformation
]; ];
// Editor configuration. // 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