diff --git a/bl-plugins/tinymce/plugin.php b/bl-plugins/tinymce/plugin.php index c56e9e9d..fa793cb0 100644 --- a/bl-plugins/tinymce/plugin.php +++ b/bl-plugins/tinymce/plugin.php @@ -13,6 +13,7 @@ class pluginTinymce extends Plugin $this->dbFields = array( 'toolbar1' => 'formatselect bold italic forecolor backcolor removeformat | bullist numlist table | blockquote alignleft aligncenter alignright | link unlink pagebreak image code', 'toolbar2' => '', + 'contextmenu' => 'link linkchecker image editimage table spellchecker configurepermanentpen', 'plugins' => 'code autolink image link pagebreak advlist lists textpattern table', 'codesampleLanguages' => 'HTML/XML markup|JavaScript javascript|CSS css|PHP php|Ruby ruby|Python python|Java java|C c|C# sharp|C++ cpp' ); @@ -36,6 +37,13 @@ class pluginTinymce extends Plugin $html .= ''; $html .= ''; + $html .= '