[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
master
baka 2018-10-31 15:10:47 +00:00
parent 98a5c08919
commit 000d490746
1 changed files with 6 additions and 7 deletions

View File

@ -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"
});