[9.2.26] Position du menu lorsque le header est modifié

This commit is contained in:
Fred Tempez 2020-03-23 10:34:53 +01:00
parent b1a411f8e7
commit 7422df69fa
1 changed files with 5 additions and 1 deletions

View File

@ -407,7 +407,11 @@ class theme extends common {
'textAlign' => $this->getData(['theme', 'menu', 'textAlign']),
'textColor' => $this->getData(['theme', 'menu', 'textColor']),
'textTransform' => $this->getData(['theme','menu','textTransform']),
'fixed' => $this->getData(['theme','menu','fixed'])
'fixed' => $this->getData(['theme','menu','fixed']),
'activeColorAuto' => $this->getData(['theme','menu','activeColorAuto']),
'activeColor' => $this->getData(['theme','menu','activeColor']),
'radius' => $this->getData(['theme','menu','radius']),
'burgerTitle' => $this->getData(['theme','menu','burgerTitle'])
]]);
// Valeurs en sortie
$this->addOutput([