Skip to content

Commit

Permalink
Merge pull request #1341 from ckeditor/t/932-3283
Browse files Browse the repository at this point in the history
Add icons for Easy Image commands
  • Loading branch information
mlewand authored Dec 19, 2017
2 parents b83ed82 + 6cca482 commit 704aec8
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 0 deletions.
Binary file added plugins/easyimage/icons/easyimagealt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added plugins/easyimage/icons/easyimagefull.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added plugins/easyimage/icons/easyimageside.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added plugins/easyimage/icons/hidpi/easyimagealt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added plugins/easyimage/icons/hidpi/easyimagefull.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added plugins/easyimage/icons/hidpi/easyimageside.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions plugins/easyimage/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,8 @@
CKEDITOR.plugins.add( 'easyimage', {
requires: 'imagebase,uploadwidget,contextmenu,dialog,cloudservices',
lang: 'en',
icons: 'easyimagefull,easyimageside,easyimagealt', // %REMOVE_LINE_CORE%
hidpi: true, // %REMOVE_LINE_CORE%

onLoad: function() {
CKEDITOR.dialog.add( 'easyimageAlt', this.path + 'dialogs/easyimagealt.js' );
Expand Down

0 comments on commit 704aec8

Please sign in to comment.