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 #10 from ckeditor/t/ckeditor5/645
Browse files Browse the repository at this point in the history
Tests: Minor adjustment in toolbar configuration (see ckeditor/ckeditor5#645).
  • Loading branch information
Reinmar authored Feb 2, 2018
2 parents 65ca381 + 0d4081c commit e806124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cloudservices.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ CloudServices.Token = Token;
* tokenUrl: TOKEN_URL
* },
* plugins: [ ArticlePluginSet, EasyImage ],
* toolbar: [ 'headings', 'undo', 'redo', 'uploadImage' ],
* toolbar: [ 'headings', '|', 'undo', 'redo', 'uploadImage' ],
* image: {
* toolbar: [ 'imageStyleFull', 'imageStyleSide', '|', 'imageTextAlternative' ]
* }
Expand Down

0 comments on commit e806124

Please sign in to comment.