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' ] + } };