mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
add checkbox authorize adobecc plugin in admin / setup
This commit is contained in:
@@ -142,6 +142,7 @@ class RegistryFormManipulator
|
||||
'api-enabled' => true,
|
||||
'navigator-enabled' => true,
|
||||
'office-enabled' => true,
|
||||
'adobe_cc-enabled' => true,
|
||||
],
|
||||
'webservices' => [
|
||||
'google-charts-enabled' => true,
|
||||
|
@@ -31,6 +31,10 @@ class APIClientsFormType extends AbstractType
|
||||
$builder->add('office-enabled', 'checkbox', [
|
||||
'label' => 'Authorize Microsoft Office Plugin to connect.',
|
||||
]);
|
||||
|
||||
$builder->add('adobe_cc-enabled', 'checkbox', [
|
||||
'label' => 'Authorize Adobe cc Plugin to connect.',
|
||||
]);
|
||||
}
|
||||
|
||||
public function getName()
|
||||
|
Reference in New Issue
Block a user