Disabling image uploader in TinyMCE

Signed-off-by: Chris Cormack <crc@liblime.com>
This commit is contained in:
Russel Garlick 2007-09-14 12:14:11 +12:00 committed by Chris Cormack
parent c5fe20493e
commit 4c671c0345

View file

@ -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",