mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 21:19:21 +03:00
Added "[labs] allow_ctrl_enter_on_compose = false" setting (Closes #387)
This commit is contained in:
parent
e4b286e257
commit
453bcb969e
3 changed files with 10 additions and 5 deletions
|
|
@ -247,6 +247,7 @@ Enables caching in the system'),
|
|||
'log_ajax_response_write_limit' => array(300),
|
||||
'allow_html_editor_source_button' => array(false),
|
||||
'allow_html_editor_biti_buttons' => array(false),
|
||||
'allow_ctrl_enter_on_compose' => array(false),
|
||||
'hide_dangerous_actions' => array(false),
|
||||
'use_app_debug_js' => array(false),
|
||||
'use_app_debug_css' => array(false),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue