Przeglądaj źródła

Docs: Updated the guide telling users that the feature is available in all editor builds.

Aleksander Nowodzinski 7 lat temu
rodzic
commit
f05c657fcb
1 zmienionych plików z 4 dodań i 4 usunięć
  1. 4 4
      packages/ckeditor5-table/docs/features/table.md

+ 4 - 4
packages/ckeditor5-table/docs/features/table.md

@@ -13,6 +13,10 @@ The {@link module:table/table~Table} feature offers table creation and editing t
 
 ## Installation
 
+<info-box info>
+	This feature is enabled by default in all builds. The installation instructions are for developers interested in building their own, custom editor.
+</info-box>
+
 To add this feature to your editor, install the [`@ckeditor/ckeditor5-table`](https://www.npmjs.com/package/@ckeditor/ckeditor5-table) package:
 
 ```bash
@@ -37,10 +41,6 @@ ClassicEditor
 	.catch( ... );
 ```
 
-<info-box info>
-	At the moment by default the table feature is available only in the {@link builds/guides/overview#document-editor document editor build}. Read more about {@link builds/guides/integration/installing-plugins installing plugins} if you want to add it to other editor builds.
-</info-box>
-
 ## Common API
 
 The {@link module:table/table~Table} plugin registers the following UI components: