Skip to content

Commit

Permalink
Add icons configuration to plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
Comandeer authored and mlewand committed Dec 19, 2017
1 parent 5f51a8a commit b24c7d3
Showing 1 changed file with 2 additions and 0 deletions.
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 b24c7d3

Please sign in to comment.