Unverified Commit 21ca070d authored by Aleksander Nowodzinski's avatar Aleksander Nowodzinski Committed by GitHub

Merge pull request #34 from ckeditor/i/6304

Feature: Added the [Automatic text transformation](https://ckeditor.com/docs/ckeditor5/latest/features/text-transformation.html) feature to the build. See ckeditor/ckeditor5#6304.
parents 25b44618 0b9818bf
...@@ -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