Disable Google viewer by defalt

This commit is contained in:
RainLoop Team 2014-11-06 16:30:22 +04:00
parent 96e4741a57
commit ada2094d56

View file

@ -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(''),