From 528ec13eb7eed50a95d09d57b0a6af489766f9ba Mon Sep 17 00:00:00 2001 From: Henning Leutz <leutz@pcsg.de> Date: Wed, 8 Jul 2015 16:55:50 +0200 Subject: [PATCH] =?UTF-8?q?quiqqer/quiqqer=20issue=20235=20-=20Abk=C3=BCrz?= =?UTF-8?q?ungen-Buttton=20in=20ckeditor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/Editor.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bin/Editor.js b/bin/Editor.js index edc089a..79d35cb 100644 --- a/bin/Editor.js +++ b/bin/Editor.js @@ -210,10 +210,9 @@ define('package/quiqqer/ckeditor4/bin/Editor', [ stylesSet : styles, contentsCss : data.cssFiles || false, bodyClass : data.bodyClass, - // plugins : CKEDITOR_NEXGAM_PLUGINS, // templates_files : [URL_OPT_DIR +'base/bin/pcsgEditorPlugins/templates.php'], - baseFloatZIndex : zIndex - //extraPlugins : 'panel,button,menu,floatpanel,menubutton,htmlbuttons' + baseFloatZIndex : zIndex, + extraPlugins : 'abbr' }); }, -- GitLab