@@ -69,7 +69,12 @@ module.exports = {
},
image: {
- toolbar: [ 'imageStyle:full', 'imageStyle:side', '|', 'imageTextAlternative' ]
+ styles: [
+ 'full',
+ 'alignLeft',
+ 'alignRight'
+ ],
+ toolbar: [ 'imageStyle:alignLeft', 'imageStyle:full', 'imageStyle:alignRight', '|', 'imageTextAlternative' ]
// UI language. Language codes follow the https://en.wikipedia.org/wiki/ISO_639-1 format.
@@ -82,9 +82,15 @@ DecoupledEditor.build = {
]
toolbar: [
+ 'imageStyle:alignLeft',
'imageStyle:full',
- 'imageStyle:side',
+ 'imageStyle:alignRight',
'|',
'imageTextAlternative'