#202 Turn off rich text by default
This commit is contained in:
parent
4173c366e6
commit
a55b4f1a7f
@ -52,7 +52,7 @@ $modsForHesk_settings['request_location'] = 0;
|
||||
$modsForHesk_settings['category_order_column'] = 'cat_order';
|
||||
|
||||
//-- Setting for using rich-text editor for tickets. 0 = Disable, 1 = Enable
|
||||
$modsForHesk_settings['rich_text_for_tickets'] = 1;
|
||||
$modsForHesk_settings['rich_text_for_tickets'] = 0;
|
||||
|
||||
//-- Column to sort statuses by. Can be either 'sort' or 'name'
|
||||
$modsForHesk_settings['statuses_order_column'] = 'sort';
|
Loading…
x
Reference in New Issue
Block a user