aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/widget/dev/assets/simplebox/plugin.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/widget/dev/assets/simplebox/plugin.js')
-rw-r--r--sources/plugins/widget/dev/assets/simplebox/plugin.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/plugins/widget/dev/assets/simplebox/plugin.js b/sources/plugins/widget/dev/assets/simplebox/plugin.js
index 43dbad5..4c22d0d 100644
--- a/sources/plugins/widget/dev/assets/simplebox/plugin.js
+++ b/sources/plugins/widget/dev/assets/simplebox/plugin.js
@@ -3,7 +3,7 @@
3// Register the plugin within the editor. 3// Register the plugin within the editor.
4CKEDITOR.plugins.add( 'simplebox', { 4CKEDITOR.plugins.add( 'simplebox', {
5 // This plugin requires the Widgets System defined in the 'widget' plugin. 5 // This plugin requires the Widgets System defined in the 'widget' plugin.
6 requires: 'widget', 6 requires: 'widget,dialog',
7 7
8 // Register the icon used for the toolbar button. It must be the same 8 // Register the icon used for the toolbar button. It must be the same
9 // as the name of the widget. 9 // as the name of the widget.