[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-94f89814c4dfmaster
parent
98a5c08919
commit
000d490746
|
|
@ -1,8 +1,7 @@
|
||||||
tinymce.init({
|
tinymce.init({
|
||||||
//menubar: "tools",
|
menubar: "tools",
|
||||||
plugins: "code lists nonbreaking noneditable paste searchreplace table template visualblocks wordcount",
|
plugins: "trunk-images code lists nonbreaking noneditable paste searchreplace table template visualblocks wordcount",
|
||||||
selector: ".tinymce",
|
selector: ".tinymce",
|
||||||
templates: [
|
templates: [],
|
||||||
],
|
toolbar: "code"
|
||||||
//toolbar: "code",
|
|
||||||
});
|
});
|
||||||
Loading…
Reference in New Issue