WYSIWYG editor

Is it possible to disable the WYSIWYG editor for everyone? I’ve grepped
and googled, but haven’t found anything that I can put in RT_SiteConfig.pm.

-scott

Is it possible to disable the WYSIWYG editor for everyone? I’ve grepped
and googled, but haven’t found anything that I can put in RT_SiteConfig.pm.

I’m pretty sure you want:

Set($MessageBoxRichText, 0);

-scott

Shawn

Shawn M Moore wrote:

I’m pretty sure you want:

Set($MessageBoxRichText, 0);

Great, thanks! Not sure how I missed that one after spending ~5-10
minutes looking around /blush

-scott