mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
PHRAS-2997 Rename properties
This commit is contained in:
@@ -102,8 +102,8 @@ class RegistryFormManipulator
|
||||
'keywords' => null,
|
||||
'description' => null,
|
||||
'analytics' => null,
|
||||
'mamoto-url' => null,
|
||||
'mamoto-id' => null,
|
||||
'matomo-analytics-url' => null,
|
||||
'matomo-analytics-id' => null,
|
||||
'allow-indexation' => true,
|
||||
'home-presentation-mode' => 'GALLERIA',
|
||||
'default-subdef-url-ttl' => 7200,
|
||||
|
@@ -38,10 +38,10 @@ class GeneralFormType extends AbstractType
|
||||
$builder->add('analytics', 'text', [
|
||||
'label' => 'Google Analytics identifier',
|
||||
]);
|
||||
$builder->add('matomo-url', 'text', [
|
||||
$builder->add('matomo-analytics-url', 'text', [
|
||||
'label' => 'Matomo Analytics url',
|
||||
]);
|
||||
$builder->add('matomo-id', 'text', [
|
||||
$builder->add('matomo-analytics-id', 'text', [
|
||||
'label' => 'Matomo Analytics identifier',
|
||||
]);
|
||||
$builder->add('allow-indexation', 'checkbox', [
|
||||
|
Reference in New Issue
Block a user