Added default values configuration for user settings

This commit is contained in:
RainLoop Team 2015-02-04 18:10:57 +04:00
parent 72ac34ce19
commit 6576eee3c8
3 changed files with 22 additions and 11 deletions

View file

@ -73,8 +73,6 @@ class Application extends \RainLoop\Config\AbstractConfig
'messages_per_page' => array(20, ' Number of messages displayed on page by default'),
'editor_default_type' => array('Html', 'Editor mode used by default (Html or Plain)'),
'attachment_size_limit' => array(25,
'File size limit (MB) for file upload on compose screen
0 for unlimited.')
@ -162,6 +160,15 @@ Values:
'enabled_list' => array('', 'List of enabled plugins'),
),
'defaults' => array(
'view_editor_type' => array('Html', 'Editor mode used by default (Plain, Html, HtmlForced or PlainForced)'),
'view_layout' => array(1, 'layout: 0 - no preview, 1 - side preview, 3 - bottom preview'),
'view_use_checkboxes' => array(true),
'contacts_autosave' => array(true),
'mail_use_threads' => array(false),
'mail_reply_same_folder' => array(false)
),
'logs' => array(
'enable' => array(false, 'Enable logging'),