From 000d4907467fa9a895aa57bf379e3eca8d8eed88 Mon Sep 17 00:00:00 2001 From: baka Date: Wed, 31 Oct 2018 15:10:47 +0000 Subject: [PATCH] [3056] Adds Plugin to add Images from the system in tinymce. WIP git-svn-id: https://svn.libreccm.org/ccm/trunk@5719 8810af33-2d31-482b-a856-94f89814c4df --- ccm-cms/web/assets/tinymce/tinymce_cms_config.js | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/ccm-cms/web/assets/tinymce/tinymce_cms_config.js b/ccm-cms/web/assets/tinymce/tinymce_cms_config.js index bf3122851..0e358fda5 100644 --- a/ccm-cms/web/assets/tinymce/tinymce_cms_config.js +++ b/ccm-cms/web/assets/tinymce/tinymce_cms_config.js @@ -1,8 +1,7 @@ tinymce.init({ - //menubar: "tools", - plugins: "code lists nonbreaking noneditable paste searchreplace table template visualblocks wordcount", - selector: ".tinymce", - templates: [ - ], - //toolbar: "code", -}); + menubar: "tools", + plugins: "trunk-images code lists nonbreaking noneditable paste searchreplace table template visualblocks wordcount", + selector: ".tinymce", + templates: [], + toolbar: "code" +}); \ No newline at end of file