From 3a74a50d292b3c43a654339a40ed368de12626fa Mon Sep 17 00:00:00 2001 From: indvd00m Date: Fri, 16 Dec 2016 18:39:56 +0300 Subject: [PATCH] Fix icons list --- plugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.js b/plugin.js index 84ab262..e28e784 100644 --- a/plugin.js +++ b/plugin.js @@ -1,7 +1,7 @@ CKEDITOR.plugins.add('crossreference', { lang : [ 'en', 'ru' ], requires : 'dialog,notification', - icons : 'crossreference', + icons : 'crossreference,anchor,link,update', hidpi : true, init : function(editor) {