Mise à jour + default
This commit is contained in:
parent
c9679ec4c5
commit
c54b9d262d
@ -692,6 +692,12 @@ if ($this->getData(['core', 'dataVersion']) < 11200) {
|
|||||||
$this->setData(['page', $parent, 'shortTitle', $this->getData(['page', $parent, 'title']) ]);
|
$this->setData(['page', $parent, 'shortTitle', $this->getData(['page', $parent, 'title']) ]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Incorporer les nouveaux champs du header et du menu
|
||||||
|
$this->setData(['theme', 'header', 'feature', 'wallpaper']);
|
||||||
|
$this->setData(['theme', 'header', 'featureContent', '<p>Bannière vide</p>']);
|
||||||
|
$this->setData(['theme', 'header', 'container', 'container']);
|
||||||
|
$this->setData(['theme', 'menu', 'container', 'container']);
|
||||||
|
|
||||||
// Mise à jour
|
// Mise à jour
|
||||||
$this->setData(['core', 'dataVersion', 11200]);
|
$this->setData(['core', 'dataVersion', 11200]);
|
||||||
}
|
}
|
||||||
|
@ -159,7 +159,8 @@ class init extends common {
|
|||||||
'imageContainer' => 'auto',
|
'imageContainer' => 'auto',
|
||||||
'tinyHidden' => true,
|
'tinyHidden' => true,
|
||||||
'feature' => 'wallpaper',
|
'feature' => 'wallpaper',
|
||||||
'featureContent' => '<p>Bannière vide</p>'
|
'featureContent' => '<p>Bannière vide</p>',
|
||||||
|
'container' => 'container'
|
||||||
],
|
],
|
||||||
'menu' => [
|
'menu' => [
|
||||||
'backgroundColor' => 'rgba(32, 59, 82, 1)',
|
'backgroundColor' => 'rgba(32, 59, 82, 1)',
|
||||||
@ -181,7 +182,8 @@ class init extends common {
|
|||||||
'radius' => '0px',
|
'radius' => '0px',
|
||||||
'memberBar' => true,
|
'memberBar' => true,
|
||||||
'burgerLogo' => '',
|
'burgerLogo' => '',
|
||||||
'burgerContent' => 'title'
|
'burgerContent' => 'title',
|
||||||
|
'container' => 'container'
|
||||||
],
|
],
|
||||||
'site' => [
|
'site' => [
|
||||||
'backgroundColor' => 'rgba(255, 255, 255, 1)',
|
'backgroundColor' => 'rgba(255, 255, 255, 1)',
|
||||||
|
Loading…
Reference in New Issue
Block a user