|
|
@@ -25,11 +25,11 @@ const commonConfig = {
|
|
|
toolbar: [ 'heading', '|', 'bold', 'italic', 'link',
|
|
|
'bulletedList', 'numberedList', 'blockQuote', 'insertTable', 'undo', 'redo', 'outdent', 'indent' ],
|
|
|
image: {
|
|
|
- toolbar: [ 'imageStyle:alignLeft', 'imageStyle:full', 'imageStyle:side' ],
|
|
|
+ toolbar: [ 'imageStyle:alignLeft', 'imageStyle:alignCenter', 'imageStyle:alignRight', '|', 'imageResize' ],
|
|
|
styles: [
|
|
|
- 'full',
|
|
|
'alignLeft',
|
|
|
- 'side' // Purposely using side image instead right aligned image to make sure it works well with both style types.
|
|
|
+ 'alignCenter',
|
|
|
+ 'alignRight'
|
|
|
]
|
|
|
},
|
|
|
table: {
|