Small fixes (Release commit)

This commit is contained in:
RainLoop Team 2014-11-05 23:40:20 +04:00
parent 8747ea59ac
commit eb30a1fe27
16 changed files with 155 additions and 55 deletions

View file

@ -55,6 +55,7 @@ class Application extends \RainLoop\Config\AbstractConfig
protected function defaultValues()
{
return array(
'webmail' => array(
'title' => array('RainLoop Webmail', 'Text displayed as page title'),
@ -188,9 +189,9 @@ Examples:
),
'social' => array(
'google_enable' => array(false, 'Google'),
'google_enable_auth' => array(true),
'google_enable_drive' => array(true),
'google_enable' => array(true, 'Google'),
'google_enable_auth' => array(false),
'google_enable_drive' => array(false),
'google_enable_preview' => array(true),
'google_client_id' => array(''),
'google_client_secret' => array(''),