PHRAS-2997

This commit is contained in:
Harrys Ravalomanana
2020-03-24 17:59:34 +04:00
parent 7d2941146a
commit 8e03128544
2 changed files with 4 additions and 0 deletions

View File

@@ -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,

View File

@@ -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);