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

Commit

Permalink
Tests: Show more features.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Aug 22, 2019
1 parent 8585f2a commit 5fd7b85
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion tests/manual/easyimage.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,21 @@ ClassicEditor
.create( document.querySelector( '#editor' ), {
cloudServices: CS_CONFIG,
plugins: [ ArticlePluginSet, EasyImage ],
toolbar: [ 'heading', '|', 'undo', 'redo', 'imageUpload' ],
toolbar: [
'heading',
'|',
'bold',
'italic',
'link',
'bulletedList',
'numberedList',
'blockQuote',
'imageUpload',
'insertTable',
'mediaEmbed',
'undo',
'redo'
],
image: {
toolbar: [ 'imageStyle:full', 'imageStyle:side', '|', 'imageTextAlternative' ]
}
Expand Down

0 comments on commit 5fd7b85

Please sign in to comment.