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 946b686 commit 275afa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/manual/ballooneditor.js
Expand Up @@ -21,7 +21,7 @@ function initEditors() {
BalloonEditor
.create( document.querySelector( selector ), {
plugins: [ ArticlePluginSet ],
toolbar: [ 'headings', 'bold', 'italic', 'link', 'bulletedList', 'numberedList', 'blockQuote' ],
toolbar: [ 'headings', '|', 'bold', 'italic', 'link', 'bulletedList', 'numberedList', 'blockQuote' ],
image: {
toolbar: [ 'imageStyleFull', 'imageStyleSide', '|', 'imageTextAlternative' ]
}
Expand Down

0 comments on commit 275afa5

Please sign in to comment.