init logoBurger et burgerContent dans defaultdata.php

This commit is contained in:
SylvainLelievre 2021-10-25 09:41:34 +02:00
parent 52d5c7a38e
commit 3d8e6014be
1 changed files with 3 additions and 1 deletions

View File

@ -176,7 +176,9 @@ class init extends common {
'activeTextColor' => 'rgba(255, 255, 255, 1)',
'radius' => '0px',
'burgerTitle' => true,
'memberBar' => true
'memberBar' => true,
'logoBurger' => '',
'burgerContent' => 'title'
],
'site' => [
'backgroundColor' => 'rgba(255, 255, 255, 1)',