Removed unused allow_html_editor_biti_buttons config option

This commit is contained in:
the-djmaze 2023-02-21 09:07:11 +01:00
parent 8b70fee072
commit 618333e257
3 changed files with 0 additions and 7 deletions

View file

@ -283,11 +283,6 @@ class SquireUI
toolbar.className = 'squire-toolbar btn-toolbar';
let group, action/*, touchTap*/;
for (group in actions) {
/*
if ('bidi' == group && !rl.settings.app('allowHtmlEditorBitiButtons')) {
continue;
}
*/
let toolgroup = createElement('div');
toolgroup.className = 'btn-group';
toolgroup.id = 'squire-toolgroup-'+group;

View file

@ -727,7 +727,6 @@ class Actions
}
$aResult['System'] = \array_merge(
$aResult['System'], array(
'allowHtmlEditorBitiButtons' => (bool)$oConfig->Get('labs', 'allow_html_editor_biti_buttons', false),
'allowCtrlEnterOnCompose' => (bool)$oConfig->Get('labs', 'allow_ctrl_enter_on_compose', false),
'allowAppendMessage' => (bool)$oConfig->Get('labs', 'allow_message_append', false),
'folderSpecLimit' => (int)$oConfig->Get('labs', 'folders_spec_limit', 50),

View file

@ -393,7 +393,6 @@ Enables caching in the system'),
'allow_message_append' => array(false),
'login_fault_delay' => array(5, 'When login fails, wait N seconds before responding'),
'log_ajax_response_write_limit' => array(300),
'allow_html_editor_biti_buttons' => array(false),
'allow_ctrl_enter_on_compose' => array(true),
'smtp_show_server_errors' => array(false),
'sieve_auth_plain_initial' => array(true),