Skip to content

Commit

Permalink
Add placeholder icons.
Browse files Browse the repository at this point in the history
Comandeer committed Dec 5, 2017

Verified

This commit was signed with the committer’s verified signature.
Comandeer Tomasz Jakut
1 parent e6d878c commit d005e77
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
@@ -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' );

0 comments on commit d005e77

Please sign in to comment.