From 5c9d11de7be79a66ff2a58e4bc1d51b3bf17fe48 Mon Sep 17 00:00:00 2001 From: Aleksander Nowodzinski Date: Thu, 20 Sep 2018 15:21:09 +0200 Subject: [PATCH] Docs: Updated the guide telling users that the feature is available in all editor builds. --- docs/features/table.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/features/table.md b/docs/features/table.md index a21162ef..244fa678 100644 --- a/docs/features/table.md +++ b/docs/features/table.md @@ -13,6 +13,10 @@ The {@link module:table/table~Table} feature offers table creation and editing t ## Installation + + This feature is enabled by default in all builds. The installation instructions are for developers interested in building their own, custom editor. + + 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( ... ); ``` - - 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. - - ## Common API The {@link module:table/table~Table} plugin registers the following UI components: