diff --git a/lib/Alchemy/Phrasea/Core/Configuration/RegistryFormManipulator.php b/lib/Alchemy/Phrasea/Core/Configuration/RegistryFormManipulator.php index fbce72ccc7..78b91bb90e 100644 --- a/lib/Alchemy/Phrasea/Core/Configuration/RegistryFormManipulator.php +++ b/lib/Alchemy/Phrasea/Core/Configuration/RegistryFormManipulator.php @@ -102,6 +102,8 @@ class RegistryFormManipulator 'keywords' => null, 'description' => null, 'analytics' => null, + 'mamoto-url' => null, + 'mamoto-id' => null, 'allow-indexation' => true, 'home-presentation-mode' => 'GALLERIA', 'default-subdef-url-ttl' => 7200, diff --git a/resources/hudson/_GV.php b/resources/hudson/_GV.php index 284f4db6ba..7c95d79cdd 100644 --- a/resources/hudson/_GV.php +++ b/resources/hudson/_GV.php @@ -84,5 +84,7 @@ define('GV_homeTitle', 'SuperPhraseanet'); define('GV_metaKeywords', ''); define('GV_metaDescription', ''); define('GV_googleAnalytics', ''); +define('GV_matomoUrl', ''); +define('GV_matomoId', ''); define('GV_allow_search_engine', true); define('GV_display_gcf', true);