Changed editor config - image can be configured to left, right or full.

parent 09aea865
......@@ -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 = {
]
},
image: {
styles: [
'full',
'alignLeft',
'alignRight'
],
toolbar: [
'imageStyle:alignLeft',
'imageStyle:full',
'imageStyle:side',
'imageStyle:alignRight',
'|',
'imageTextAlternative'
]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment