Skip to content

Commit

Permalink
Add caption feature to easyimage.
Browse files Browse the repository at this point in the history
  • Loading branch information
Comandeer authored and mlewand committed Dec 28, 2017
1 parent f798043 commit 5b3e008
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 @@ -166,6 +166,8 @@
widgetDefinition = CKEDITOR.plugins.imagebase.addFeature( editor, 'link', widgetDefinition );
}

widgetDefinition = CKEDITOR.plugins.imagebase.addFeature( editor, 'caption', widgetDefinition );

CKEDITOR.plugins.imagebase.addImageWidget( editor, 'easyimage', widgetDefinition );
}

Expand Down

0 comments on commit 5b3e008

Please sign in to comment.