[9.2.18] Données par défaut site exemple
This commit is contained in:
parent
e9b5fd9dca
commit
f766080bba
@ -934,7 +934,7 @@ class common {
|
||||
if($this->getData(['core', 'dataVersion']) < 9100) {
|
||||
$this->setData(['theme','footer','displayVersion', true ]);
|
||||
$this->setData(['theme','footer','displaySiteMap', true ]);
|
||||
$this->setData(['theme','footer','displayCopyright', true ]);
|
||||
$this->setData(['theme','footer','displayCopyright', false ]);
|
||||
$this->setData(['core', 'dataVersion', 9100]);
|
||||
$this->saveData();
|
||||
}
|
||||
|
@ -463,9 +463,8 @@ class install extends common {
|
||||
'socialsPosition' => 'center',
|
||||
'socialsAlign' => 'center',
|
||||
'displayVersion' => true,
|
||||
'displayVersion' => true,
|
||||
'displaySiteMap' => true,
|
||||
'displayCopyright' => true,
|
||||
'displayCopyright' => false,
|
||||
'displayLegal' => true,
|
||||
'displaySearch' => false,
|
||||
'template' => '3'
|
||||
@ -497,7 +496,7 @@ class install extends common {
|
||||
'fontSize' => '1em',
|
||||
'fontWeight' => 'normal',
|
||||
'height' => '15px 10px',
|
||||
'loginLink' => true,
|
||||
'loginLink' => false,
|
||||
'burgerTitle' => true,
|
||||
'margin' => false,
|
||||
'position' => 'site-second',
|
||||
|
Loading…
Reference in New Issue
Block a user