mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 10:09:20 +03:00
Fix html parser
Add "login.active_backgroud" setting
This commit is contained in:
parent
52018b40e8
commit
1b7c6f76d1
5 changed files with 32 additions and 66 deletions
|
|
@ -249,8 +249,9 @@ class Application extends \RainLoop\Config\AbstractConfig
|
|||
|
||||
'welcome_page' => array(false, ''),
|
||||
|
||||
'glass_style' => array(true, ''),
|
||||
'hide_submit_button' => array(true, ''),
|
||||
'glass_style' => array(true),
|
||||
'hide_submit_button' => array(true),
|
||||
'active_backgroud' => array(true),
|
||||
|
||||
'forgot_password_link_url' => array('', ''),
|
||||
'registration_link_url' => array('', ''),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue