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

Commit

Permalink
Other: Rename ImageStyle options, UI components and merge commands in…
Browse files Browse the repository at this point in the history
…to one command.
  • Loading branch information
jodator committed Mar 7, 2018
1 parent e5bf33a commit 5f0ca28
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 @@ -112,7 +112,7 @@ CloudServices.Token = Token;
* plugins: [ ArticlePluginSet, EasyImage ],
* toolbar: [ 'heading', '|', 'undo', 'redo', 'uploadImage' ],
* image: {
* toolbar: [ 'imageStyleFull', 'imageStyleSide', '|', 'imageTextAlternative' ]
* toolbar: [ 'imageStyle:full', 'imageStyle:side', '|', 'imageTextAlternative' ]
* }
* } );
*
Expand Down

0 comments on commit 5f0ca28

Please sign in to comment.