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

Commit

Permalink
Added a separator after the headings dropdown in the configuration of…
Browse files Browse the repository at this point in the history
… the toolbar.
  • Loading branch information
oleq committed Jan 24, 2018
1 parent 1807d67 commit 01dd28e
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', 'insertImage' ],
* toolbar: [ 'headings', '|', 'undo', 'redo', 'insertImage' ],
* image: {
* toolbar: [ 'imageStyleFull', 'imageStyleSide', '|', 'imageTextAlternative' ]
* }
Expand Down

0 comments on commit 01dd28e

Please sign in to comment.