From 131cbe76b05b49c5b4df5d197459bdc08cf5a9b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotrek=20Koszuli=C5=84ski?= Date: Thu, 20 Apr 2017 13:34:52 +0200 Subject: [PATCH] Other: Changed the order of buttons in the image toolbar. See https://github.com/ckeditor/ckeditor5-image/issues/60. --- config-editor.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config-editor.js b/config-editor.js index 3701b001c9..6c402c496c 100644 --- a/config-editor.js +++ b/config-editor.js @@ -16,5 +16,9 @@ module.exports = { 'numberedList', 'undo', 'redo' - ] + ], + + image: { + toolbar: [ 'imageStyleFull', 'imageStyleSide', '|' , 'imageTextAlternative' ] + } };