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