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

Commit

Permalink
Merge pull request #39 from ckeditor/t/ckeditor5-alignment/16
Browse files Browse the repository at this point in the history
Internal: Align code to the changes in naming UI components & commands.
  • Loading branch information
Reinmar authored Mar 11, 2018
2 parents bb0bd3a + 25d80d2 commit bedd6da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ module.exports = {
config: {
toolbar: {
items: [
'headings',
'heading',
'|',
'bold',
'italic',
Expand All @@ -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
6 changes: 3 additions & 3 deletions src/ckeditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ClassicEditor.build = {
config: {
toolbar: {
items: [
'headings',
'heading',
'|',
'bold',
'italic',
Expand All @@ -59,8 +59,8 @@ ClassicEditor.build = {
},
image: {
toolbar: [
'imageStyleFull',
'imageStyleSide',
'imageStyle:full',
'imageStyle:side',
'|',
'imageTextAlternative'
]
Expand Down

0 comments on commit bedd6da

Please sign in to comment.