Added "[labs] allow_ctrl_enter_on_compose = false" setting (Closes #387)

This commit is contained in:
RainLoop Team 2014-12-18 01:11:58 +04:00
parent e4b286e257
commit 453bcb969e
3 changed files with 10 additions and 5 deletions

View file

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