Disabling image uploader in TinyMCE
Signed-off-by: Chris Cormack <crc@liblime.com>
This commit is contained in:
parent
c5fe20493e
commit
4c671c0345
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ tinyMCE.init({
|
|||
mode : "textareas",
|
||||
theme : "advanced",
|
||||
plugins : "table,save,advhr,advlink,iespell,searchreplace,print,contextmenu",
|
||||
theme_advanced_disable : "underline,strikethrough,styleselect,img",
|
||||
theme_advanced_disable : "underline,strikethrough,styleselect,image",
|
||||
theme_advanced_buttons1_add_before : "save,separator",
|
||||
theme_advanced_buttons2_add_before: "cut,copy,paste,separator,search,replace,separator",
|
||||
theme_advanced_buttons3_add_before : "tablecontrols,separator",
|
||||
|
|
Loading…
Reference in a new issue