Explorar o código

Internal: Added table selection plugin.

Marek Lewandowski %!s(int64=5) %!d(string=hai) anos
pai
achega
759c8f9124
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      scripts/docs/content-styles/ckeditor.js

+ 2 - 0
scripts/docs/content-styles/ckeditor.js

@@ -42,6 +42,7 @@ import RestrictedEditingMode from '@ckeditor/ckeditor5-restricted-editing/src/re
 import Table from '@ckeditor/ckeditor5-table/src/table';
 import Table from '@ckeditor/ckeditor5-table/src/table';
 import TableProperties from '@ckeditor/ckeditor5-table/src/tableproperties';
 import TableProperties from '@ckeditor/ckeditor5-table/src/tableproperties';
 import TableCellProperties from '@ckeditor/ckeditor5-table/src/tablecellproperties';
 import TableCellProperties from '@ckeditor/ckeditor5-table/src/tablecellproperties';
+import TableSelection from '@ckeditor/ckeditor5-table/src/tableselection';
 import TableToolbar from '@ckeditor/ckeditor5-table/src/tabletoolbar';
 import TableToolbar from '@ckeditor/ckeditor5-table/src/tabletoolbar';
 import Font from '@ckeditor/ckeditor5-font/src/font';
 import Font from '@ckeditor/ckeditor5-font/src/font';
 import Highlight from '@ckeditor/ckeditor5-highlight/src/highlight';
 import Highlight from '@ckeditor/ckeditor5-highlight/src/highlight';
@@ -87,6 +88,7 @@ ClassicEditor.builtinPlugins = [
 	Table,
 	Table,
 	TableProperties,
 	TableProperties,
 	TableCellProperties,
 	TableCellProperties,
+	TableSelection,
 	TableToolbar,
 	TableToolbar,
 	Font,
 	Font,
 	Highlight,
 	Highlight,