From fc3c4e5bc9726963a8354351cc5537d7b85bab7f Mon Sep 17 00:00:00 2001 From: Andrius Pratusis Date: Sun, 25 Feb 2018 10:43:47 +0200 Subject: [PATCH] Add files via upload TinyMCE plugin edit. Added Print and Media embed. We can add video iframes with an editor now. Just add iframe source to embed field. --- bl-plugins/tinymce/plugin.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bl-plugins/tinymce/plugin.php b/bl-plugins/tinymce/plugin.php index b28640df..410a7f45 100644 --- a/bl-plugins/tinymce/plugin.php +++ b/bl-plugins/tinymce/plugin.php @@ -37,7 +37,6 @@ class pluginTinymce extends Plugin { schema: "html5", statusbar: false, menubar:false, - remove_script_host: false, branding: false, browser_spellcheck: true, pagebreak_separator: "'.PAGE_BREAK.'", @@ -50,9 +49,10 @@ class pluginTinymce extends Plugin { "fullscreen image link media template", "codesample table hr pagebreak", "advlist lists textcolor wordcount", - "contextmenu colorpicker textpattern" + "contextmenu colorpicker textpattern", + "emoticons", "print" ], - toolbar: "restoredraft | formatselect | bold italic strikethrough forecolor backcolor | link | alignleft aligncenter alignright alignjustify | numlist bullist outdent indent | removeformat image table | pagebreak code fullscreen" + toolbar: "restoredraft | formatselect | bold italic strikethrough forecolor backcolor | link | emoticons | print |alignleft aligncenter alignright alignjustify | numlist bullist outdent indent | removeformat media table | pagebreak code fullscreen" }); ';