Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Merge branch t/ckeditor5/1247
Browse files Browse the repository at this point in the history
Feature: Added the table feature to the build. See ckeditor/ckeditor5#1247.
  • Loading branch information
Reinmar committed Sep 24, 2018
2 parents dc038b6 + 4fa636b commit ea2caa3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/features/table.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit ea2caa3

Please sign in to comment.