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

Commit

Permalink
Merge pull request #178 from ckeditor/t/ckeditor5/t/1608
Browse files Browse the repository at this point in the history
Docs: Added an info box recommending the CKEditor 5 inspector to the feature guide (see ckeditor/ckeditor5#1608).
  • Loading branch information
Reinmar authored Mar 25, 2019
2 parents f94cabe + f685d74 commit bff207c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/features/table.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,10 @@ The {@link module:table/tabletoolbar~TableToolbar} plugin introduces two balloon
* The content toolbar shows up when table cell is selected and is anchored to the table. It is possible to {@link module:table/table~TableConfig#contentToolbar configure} its content. Normally, it contains the table-related tools such as `'tableColumn'`, `'tableRow'`, and `'mergeTableCells'` dropdowns.
* The table toolbar shows up when the whole table is selected, for instance using the widget handler. It is possible to {@link module:table/table~TableConfig#tableToolbar configure} its content.

<info-box>
We recommend using the official {@link framework/guides/development-tools#ckeditor-5-inspector CKEditor 5 inspector} for development and debugging. It will give you tons of useful information about the state of the editor such as internal data structures, selection, commands, and many more.
</info-box>

## Contribute

The source code of the feature is available on GitHub in https://github.com/ckeditor/ckeditor5-table.

0 comments on commit bff207c

Please sign in to comment.