forked from ZwiiCMS-Team/ZwiiCMS
[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) {
|
if($this->getData(['core', 'dataVersion']) < 9100) {
|
||||||
$this->setData(['theme','footer','displayVersion', true ]);
|
$this->setData(['theme','footer','displayVersion', true ]);
|
||||||
$this->setData(['theme','footer','displaySiteMap', 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->setData(['core', 'dataVersion', 9100]);
|
||||||
$this->saveData();
|
$this->saveData();
|
||||||
}
|
}
|
||||||
|
@ -463,9 +463,8 @@ class install extends common {
|
|||||||
'socialsPosition' => 'center',
|
'socialsPosition' => 'center',
|
||||||
'socialsAlign' => 'center',
|
'socialsAlign' => 'center',
|
||||||
'displayVersion' => true,
|
'displayVersion' => true,
|
||||||
'displayVersion' => true,
|
|
||||||
'displaySiteMap' => true,
|
'displaySiteMap' => true,
|
||||||
'displayCopyright' => true,
|
'displayCopyright' => false,
|
||||||
'displayLegal' => true,
|
'displayLegal' => true,
|
||||||
'displaySearch' => false,
|
'displaySearch' => false,
|
||||||
'template' => '3'
|
'template' => '3'
|
||||||
@ -497,7 +496,7 @@ class install extends common {
|
|||||||
'fontSize' => '1em',
|
'fontSize' => '1em',
|
||||||
'fontWeight' => 'normal',
|
'fontWeight' => 'normal',
|
||||||
'height' => '15px 10px',
|
'height' => '15px 10px',
|
||||||
'loginLink' => true,
|
'loginLink' => false,
|
||||||
'burgerTitle' => true,
|
'burgerTitle' => true,
|
||||||
'margin' => false,
|
'margin' => false,
|
||||||
'position' => 'site-second',
|
'position' => 'site-second',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user