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 8d51f3a commit 75c86c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ module.exports = {
},

image: {
toolbar: [ 'imageStyleFull', 'imageStyleSide', '|', 'imageTextAlternative' ]
toolbar: [ 'imageStyle:full', 'imageStyle:side', '|', 'imageTextAlternative' ]
},

// UI language. Language codes follow the https://en.wikipedia.org/wiki/ISO_639-1 format.
Expand Down
4 changes: 2 additions & 2 deletions src/ckeditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ ClassicEditor.build = {
},
image: {
toolbar: [
'imageStyleFull',
'imageStyleSide',
'imageStyle:full',
'imageStyle:side',
'|',
'imageTextAlternative'
]
Expand Down

0 comments on commit 75c86c8

Please sign in to comment.