Skip to content

Commit

Permalink
Added clipboard plugin as a dependency of widgets since it's needed t…
Browse files Browse the repository at this point in the history
…o drag and drop widget instances.
  • Loading branch information
oleq committed Nov 21, 2013
1 parent 615d1e1 commit 518b718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/widget/plugin.js
Expand Up @@ -15,7 +15,7 @@

CKEDITOR.plugins.add( 'widget', {
lang: 'en,ja,uk', // %REMOVE_LINE_CORE%
requires: 'lineutils',
requires: 'lineutils,clipboard',
onLoad: function() {
CKEDITOR.addCss(
'.cke_widget_wrapper{' +
Expand Down

0 comments on commit 518b718

Please sign in to comment.