Skip to content

Commit

Permalink
Removed the side image style because it's a semantical style that sho…
Browse files Browse the repository at this point in the history
…uld not be mixed together with visual styles.
  • Loading branch information
Reinmar committed Jun 6, 2024
1 parent d9f492d commit 96e56a0
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion feature-rich/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,6 @@ ClassicEditor.create(
'imageStyle:inline',
'imageStyle:wrapText',
'imageStyle:breakText',
'imageStyle:side',
'|',
'resizeImage',
],
Expand Down
3 changes: 0 additions & 3 deletions internationalization/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ ClassicEditor.create(
'imageStyle:inline',
'imageStyle:wrapText',
'imageStyle:breakText',
'imageStyle:side',
],
insert: {
integrations: ['url'],
Expand Down Expand Up @@ -215,7 +214,6 @@ ClassicEditor.create(
'imageStyle:inline',
'imageStyle:wrapText',
'imageStyle:breakText',
'imageStyle:side',
],
insert: {
integrations: ['url'],
Expand Down Expand Up @@ -286,7 +284,6 @@ ClassicEditor.create(
'imageStyle:inline',
'imageStyle:wrapText',
'imageStyle:breakText',
'imageStyle:side',
],
insert: {
integrations: ['url'],
Expand Down
1 change: 0 additions & 1 deletion productivity-pack/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,6 @@ DecoupledEditor.create(
'imageStyle:inline',
'imageStyle:wrapText',
'imageStyle:breakText',
'imageStyle:side',
],
},
link: {
Expand Down
1 change: 0 additions & 1 deletion source-code-editing/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,6 @@ ClassicEditor.create(
'imageStyle:inline',
'imageStyle:wrapText',
'imageStyle:breakText',
'imageStyle:side',
'|',
'resizeImage',
],
Expand Down
1 change: 0 additions & 1 deletion user-interface-balloon-block/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ BalloonEditor.create(
toolbar: [
'imageStyle:inline',
'imageStyle:block',
'imageStyle:side',
'|',
'toggleImageCaption',
'imageTextAlternative',
Expand Down
1 change: 0 additions & 1 deletion user-interface-balloon/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ BalloonEditor.create(
toolbar: [
'imageStyle:inline',
'imageStyle:block',
'imageStyle:side',
'|',
'toggleImageCaption',
'imageTextAlternative',
Expand Down
1 change: 0 additions & 1 deletion user-interface-bottom-toolbar/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,6 @@ DecoupledEditor.create(
'imageStyle:inline',
'imageStyle:wrapText',
'imageStyle:breakText',
'imageStyle:side',
],
},
link: {
Expand Down
1 change: 0 additions & 1 deletion user-interface-button-grouping/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,6 @@ ClassicEditor.create(
'imageStyle:inline',
'imageStyle:wrapText',
'imageStyle:breakText',
'imageStyle:side',
],
},
link: {
Expand Down
1 change: 0 additions & 1 deletion user-interface-classic/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ ClassicEditor.create(
'imageStyle:inline',
'imageStyle:wrapText',
'imageStyle:breakText',
'imageStyle:side',
'|',
'resizeImage',
],
Expand Down
1 change: 0 additions & 1 deletion user-interface-document/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,6 @@ DecoupledEditor.create(
'imageStyle:inline',
'imageStyle:wrapText',
'imageStyle:breakText',
'imageStyle:side',
],
},
link: {
Expand Down

0 comments on commit 96e56a0

Please sign in to comment.