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

Commit 131cbe7

Browse files
committed
Other: Changed the order of buttons in the image toolbar. See https://github.com/ckeditor/ckeditor5-image/issues/60.
1 parent b938f61 commit 131cbe7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

config-editor.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,9 @@ module.exports = {
1616
'numberedList',
1717
'undo',
1818
'redo'
19-
]
19+
],
20+
21+
image: {
22+
toolbar: [ 'imageStyleFull', 'imageStyleSide', '|' , 'imageTextAlternative' ]
23+
}
2024
};

0 commit comments

Comments
 (0)