From fee5925246aeb31291c962a4e0e8ab19d580e5b5 Mon Sep 17 00:00:00 2001 From: Sam Georges Date: Fri, 3 Oct 2014 17:59:18 +1000 Subject: [PATCH] Revert image plugin until completed --- .../backend/formwidgets/richeditor/assets/js/richeditor.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/backend/formwidgets/richeditor/assets/js/richeditor.js b/modules/backend/formwidgets/richeditor/assets/js/richeditor.js index ccc86fdaf..659ed1e3c 100644 --- a/modules/backend/formwidgets/richeditor/assets/js/richeditor.js +++ b/modules/backend/formwidgets/richeditor/assets/js/richeditor.js @@ -72,8 +72,10 @@ redactorOptions.fullpage = true } - redactorOptions.plugins = ['cleanup', 'fullscreen', 'figure', 'image', 'quote', 'table'] - redactorOptions.buttons = ['formatting', 'bold', 'italic', 'unorderedlist', 'orderedlist', 'link', 'horizontalrule', 'html'], + // redactorOptions.plugins = ['cleanup', 'fullscreen', 'figure', 'image', 'quote', 'table'] + // redactorOptions.buttons = ['formatting', 'bold', 'italic', 'unorderedlist', 'orderedlist', 'link', 'horizontalrule', 'html'], + redactorOptions.plugins = ['cleanup', 'fullscreen', 'figure', 'quote', 'table'] + redactorOptions.buttons = ['formatting', 'bold', 'italic', 'unorderedlist', 'orderedlist', 'image', 'link', 'horizontalrule', 'html'], this.$textarea.redactor(redactorOptions) }