|
@@ -69,7 +69,12 @@ module.exports = {
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
image: {
|
|
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.
|
|
// UI language. Language codes follow the https://en.wikipedia.org/wiki/ISO_639-1 format.
|