Installation par défaut

This commit is contained in:
fredtempez 2019-02-10 14:27:08 +01:00
parent 459ccc83da
commit 536a942306
1 changed files with 9 additions and 3 deletions

View File

@ -82,7 +82,9 @@ class common {
'group' => self::GROUP_VISITOR,
'targetBlank' => false,
'title' => 'Accueil',
'block' => '12'
'block' => '12',
'barLeft' => '',
'barRight' => ''
],
'enfant' => [
'typeMenu' => 'text',
@ -100,7 +102,9 @@ class common {
'group' => self::GROUP_VISITOR,
'targetBlank' => false,
'title' => 'Enfant',
'block' => '12'
'block' => '12',
'barLeft' => '',
'barRight' => ''
],
'cachee' => [
'typeMenu' => 'text',
@ -118,7 +122,9 @@ class common {
'group' => self::GROUP_MEMBER,
'targetBlank' => false,
'title' => 'Cachée',
'block' => '12'
'block' => '12',
'barLeft' => '',
'barRight' => ''
],
'mise-en-page' => [
'typeMenu' => 'text',