Add branding section in admin panel

This commit is contained in:
RainLoop Team 2014-01-19 00:49:14 +04:00
parent 6ecb7006f8
commit 8890de4a86
19 changed files with 290 additions and 99 deletions

View file

@ -81,6 +81,12 @@ class Application extends \RainLoop\Config\AbstractConfig
0 for unlimited.')
),
'branding' => array(
'login_logo' => array(''),
'login_desc' => array(''),
'login_css' => array(''),
),
'contacts' => array(
'enable' => array(false, 'Enable contacts'),
'allow_sharing' => array(true),