Skip to content

Commit

Permalink
Aligned image toolbar buttons order to https://github.com/ckeditor/ck…
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Apr 20, 2017
1 parent 97788bf commit ff4ffcf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/app.js.map

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion js/app.js
Expand Up @@ -23,7 +23,10 @@ try {
'blockQuote',
'undo',
'redo'
]
],
image: {
toolbar: [ 'imageStyleFull', 'imageStyleSide', '|' , 'imageTextAlternative' ]
}
} ).then( ( editor ) => {
window.editor = editor;
} )
Expand Down

0 comments on commit ff4ffcf

Please sign in to comment.