Skip to content

Commit

Permalink
Other: Added PastePlainText to the builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
mlewand committed Aug 21, 2020
1 parent cb08c3e commit afcdf9e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/ckeditor5-build-balloon-block/src/ckeditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ import List from '@ckeditor/ckeditor5-list/src/list';
import MediaEmbed from '@ckeditor/ckeditor5-media-embed/src/mediaembed';
import Paragraph from '@ckeditor/ckeditor5-paragraph/src/paragraph';
import PasteFromOffice from '@ckeditor/ckeditor5-paste-from-office/src/pastefromoffice';
import PastePlainText from '@ckeditor/ckeditor5-clipboard/src/pasteplaintext';
import Table from '@ckeditor/ckeditor5-table/src/table';
import TableToolbar from '@ckeditor/ckeditor5-table/src/tabletoolbar';
import TextTransformation from '@ckeditor/ckeditor5-typing/src/texttransformation';
Expand Down Expand Up @@ -58,6 +59,7 @@ BalloonEditor.builtinPlugins = [
MediaEmbed,
Paragraph,
PasteFromOffice,
PastePlainText,
Table,
TableToolbar,
TextTransformation
Expand Down
2 changes: 2 additions & 0 deletions packages/ckeditor5-build-balloon/src/ckeditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import List from '@ckeditor/ckeditor5-list/src/list';
import MediaEmbed from '@ckeditor/ckeditor5-media-embed/src/mediaembed';
import Paragraph from '@ckeditor/ckeditor5-paragraph/src/paragraph';
import PasteFromOffice from '@ckeditor/ckeditor5-paste-from-office/src/pastefromoffice';
import PastePlainText from '@ckeditor/ckeditor5-clipboard/src/pasteplaintext';
import Table from '@ckeditor/ckeditor5-table/src/table';
import TableToolbar from '@ckeditor/ckeditor5-table/src/tabletoolbar';
import TextTransformation from '@ckeditor/ckeditor5-typing/src/texttransformation';
Expand Down Expand Up @@ -54,6 +55,7 @@ BalloonEditor.builtinPlugins = [
MediaEmbed,
Paragraph,
PasteFromOffice,
PastePlainText,
Table,
TableToolbar,
TextTransformation
Expand Down
2 changes: 2 additions & 0 deletions packages/ckeditor5-build-classic/src/ckeditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import List from '@ckeditor/ckeditor5-list/src/list';
import MediaEmbed from '@ckeditor/ckeditor5-media-embed/src/mediaembed';
import Paragraph from '@ckeditor/ckeditor5-paragraph/src/paragraph';
import PasteFromOffice from '@ckeditor/ckeditor5-paste-from-office/src/pastefromoffice';
import PastePlainText from '@ckeditor/ckeditor5-clipboard/src/pasteplaintext';
import Table from '@ckeditor/ckeditor5-table/src/table';
import TableToolbar from '@ckeditor/ckeditor5-table/src/tabletoolbar';
import TextTransformation from '@ckeditor/ckeditor5-typing/src/texttransformation';
Expand Down Expand Up @@ -54,6 +55,7 @@ ClassicEditor.builtinPlugins = [
MediaEmbed,
Paragraph,
PasteFromOffice,
PastePlainText,
Table,
TableToolbar,
TextTransformation
Expand Down
2 changes: 2 additions & 0 deletions packages/ckeditor5-build-decoupled-document/src/ckeditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ import List from '@ckeditor/ckeditor5-list/src/list';
import MediaEmbed from '@ckeditor/ckeditor5-media-embed/src/mediaembed';
import Paragraph from '@ckeditor/ckeditor5-paragraph/src/paragraph';
import PasteFromOffice from '@ckeditor/ckeditor5-paste-from-office/src/pastefromoffice';
import PastePlainText from '@ckeditor/ckeditor5-clipboard/src/pasteplaintext';
import Table from '@ckeditor/ckeditor5-table/src/table';
import TableToolbar from '@ckeditor/ckeditor5-table/src/tabletoolbar';
import TextTransformation from '@ckeditor/ckeditor5-typing/src/texttransformation';
Expand Down Expand Up @@ -70,6 +71,7 @@ DecoupledEditor.builtinPlugins = [
MediaEmbed,
Paragraph,
PasteFromOffice,
PastePlainText,
Table,
TableToolbar,
TextTransformation
Expand Down
2 changes: 2 additions & 0 deletions packages/ckeditor5-build-inline/src/ckeditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import List from '@ckeditor/ckeditor5-list/src/list';
import MediaEmbed from '@ckeditor/ckeditor5-media-embed/src/mediaembed';
import Paragraph from '@ckeditor/ckeditor5-paragraph/src/paragraph';
import PasteFromOffice from '@ckeditor/ckeditor5-paste-from-office/src/pastefromoffice';
import PastePlainText from '@ckeditor/ckeditor5-clipboard/src/pasteplaintext';
import Table from '@ckeditor/ckeditor5-table/src/table';
import TableToolbar from '@ckeditor/ckeditor5-table/src/tabletoolbar';
import TextTransformation from '@ckeditor/ckeditor5-typing/src/texttransformation';
Expand Down Expand Up @@ -54,6 +55,7 @@ InlineEditor.builtinPlugins = [
MediaEmbed,
Paragraph,
PasteFromOffice,
PastePlainText,
Table,
TableToolbar,
TextTransformation
Expand Down

0 comments on commit afcdf9e

Please sign in to comment.