mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-24 23:08:08 +08:00
Disable Google viewer by defalt
This commit is contained in:
parent
96e4741a57
commit
ada2094d56
1 changed files with 9 additions and 9 deletions
|
@ -189,10 +189,10 @@ Examples:
|
|||
),
|
||||
|
||||
'social' => array(
|
||||
'google_enable' => array(true, 'Google'),
|
||||
'google_enable' => array(false, 'Google'),
|
||||
'google_enable_auth' => array(false),
|
||||
'google_enable_drive' => array(false),
|
||||
'google_enable_preview' => array(true),
|
||||
'google_enable_preview' => array(false),
|
||||
'google_client_id' => array(''),
|
||||
'google_client_secret' => array(''),
|
||||
'google_api_key' => array(''),
|
||||
|
|
Loading…
Reference in a new issue