mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 15:33:15 +00:00
add GV to enable or disable the use of phraseanet navigator
This commit is contained in:
@@ -262,6 +262,17 @@ $GV = array(
|
||||
'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(
|
||||
'section' => _('GV::section:: Gestionnaire d\'evenements'),
|
||||
'vars' => array(
|
||||
|
Reference in New Issue
Block a user