mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
PHRAS-2997
This commit is contained in:
@@ -102,6 +102,8 @@ class RegistryFormManipulator
|
|||||||
'keywords' => null,
|
'keywords' => null,
|
||||||
'description' => null,
|
'description' => null,
|
||||||
'analytics' => null,
|
'analytics' => null,
|
||||||
|
'mamoto-url' => null,
|
||||||
|
'mamoto-id' => null,
|
||||||
'allow-indexation' => true,
|
'allow-indexation' => true,
|
||||||
'home-presentation-mode' => 'GALLERIA',
|
'home-presentation-mode' => 'GALLERIA',
|
||||||
'default-subdef-url-ttl' => 7200,
|
'default-subdef-url-ttl' => 7200,
|
||||||
|
@@ -84,5 +84,7 @@ define('GV_homeTitle', 'SuperPhraseanet');
|
|||||||
define('GV_metaKeywords', '');
|
define('GV_metaKeywords', '');
|
||||||
define('GV_metaDescription', '');
|
define('GV_metaDescription', '');
|
||||||
define('GV_googleAnalytics', '');
|
define('GV_googleAnalytics', '');
|
||||||
|
define('GV_matomoUrl', '');
|
||||||
|
define('GV_matomoId', '');
|
||||||
define('GV_allow_search_engine', true);
|
define('GV_allow_search_engine', true);
|
||||||
define('GV_display_gcf', true);
|
define('GV_display_gcf', true);
|
||||||
|
Reference in New Issue
Block a user