Skip to content

Commit

Permalink
Merge pull request ckeditor#10 from ckeditor/t/ckeditor5/645
Browse files Browse the repository at this point in the history
Other: Adjusted toolbar configuration of the build (see ckeditor/ckeditor5#645).
  • Loading branch information
Reinmar authored Feb 2, 2018
2 parents c37749c + 334369c commit c12bc46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ module.exports = {
toolbar: {
items: [
'headings',
'|',
'bold',
'italic',
'link',
Expand Down
1 change: 1 addition & 0 deletions src/ckeditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ BalloonEditor.build = {
toolbar: {
items: [
'headings',
'|',
'bold',
'italic',
'link',
Expand Down

0 comments on commit c12bc46

Please sign in to comment.