add GV to enable or disable the use of phraseanet navigator

This commit is contained in:
Nicolas Le Goff
2012-04-26 11:12:00 +02:00
parent cdcafe6c84
commit 18a297f74b

View File

@@ -262,6 +262,17 @@ $GV = array(
'default' => '' 'default' => ''
) )
) )
), array(
'section' => _('GV::section:: Client Phraseanet API'),
'vars' => array(
array(
'type' => 'boolean',
'name' => 'GV_client_navigator',
'comment' => _('reglages:: Authoriser l\'application smartphone *Phraseanet Navigator* à se connecter sur cette instance' ),
'default' => false,
'required' => true
)
)
), array( ), array(
'section' => _('GV::section:: Gestionnaire d\'evenements'), 'section' => _('GV::section:: Gestionnaire d\'evenements'),
'vars' => array( 'vars' => array(