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

Commit

Permalink
Other: Renamed 'headings' ui component to 'heading'.
Browse files Browse the repository at this point in the history
  • Loading branch information
jodator committed Mar 5, 2018
1 parent c4b3e92 commit af19562
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: [ 'heading', '|', 'bold', 'italic', 'link', 'bulletedList', 'numberedList', 'blockQuote' ],
image: {
toolbar: [ 'imageStyleFull', 'imageStyleSide', '|', 'imageTextAlternative' ]
}
Expand Down

0 comments on commit af19562

Please sign in to comment.