Skip to content

Commit

Permalink
Fix image resize snippets configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
panr committed Jul 16, 2020
1 parent e3661dd commit 21cc867
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,26 +17,29 @@ ClassicEditor
resizeOptions: [
{
name: 'imageResize:original',
label: 'Original size',
value: null
label: 'Original',
value: null,
icon: 'original'
},
{
name: 'imageResize:50',
label: '50%',
value: '50'
value: '50',
icon: 'medium'
},
{
name: 'imageResize:75',
label: '75%',
value: '75'
value: '75',
icon: 'large'
}
],
toolbar: [
'imageStyle:full',
'imageStyle:side', '|',
'imageResize:original',
'imageResize:50',
'imageResize:75'
'imageResize:75',
'imageResize:original'
]
},
cloudServices: CS_CONFIG
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ClassicEditor
resizeOptions: [
{
name: 'imageResize:original',
label: 'Original size',
label: 'Original',
value: null
},
{
Expand Down

0 comments on commit 21cc867

Please sign in to comment.