Skip to content

Commit

Permalink
Add placeholder icons.
Browse files Browse the repository at this point in the history
  • Loading branch information
Comandeer committed Dec 5, 2017
1 parent e6d878c commit d005e77
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 @@ -397,6 +397,8 @@
CKEDITOR.plugins.add( 'easyimage', {
requires: 'imagebase,uploadwidget,balloontoolbar,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 d005e77

Please sign in to comment.