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

Commit

Permalink
Docs: Added indent/outdent buttons. See ckeditor/ckeditor5#1844.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Oct 16, 2019
1 parent 85606f4 commit 2c72f02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/_utils/articlepluginset.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import Image from '@ckeditor/ckeditor5-image/src/image';
import ImageCaption from '@ckeditor/ckeditor5-image/src/imagecaption';
import ImageStyle from '@ckeditor/ckeditor5-image/src/imagestyle';
import ImageToolbar from '@ckeditor/ckeditor5-image/src/imagetoolbar';
import Indent from '@ckeditor/ckeditor5-indent/src/indent';
import Italic from '@ckeditor/ckeditor5-basic-styles/src/italic';
import Link from '@ckeditor/ckeditor5-link/src/link';
import List from '@ckeditor/ckeditor5-list/src/list';
Expand Down Expand Up @@ -49,6 +50,7 @@ export default class ArticlePluginSet extends Plugin {
ImageCaption,
ImageStyle,
ImageToolbar,
Indent,
Italic,
Link,
List,
Expand Down

0 comments on commit 2c72f02

Please sign in to comment.