forked from ZwiiCMS-Team/ZwiiCMS
Installation par défaut
This commit is contained in:
parent
459ccc83da
commit
536a942306
@ -82,7 +82,9 @@ class common {
|
|||||||
'group' => self::GROUP_VISITOR,
|
'group' => self::GROUP_VISITOR,
|
||||||
'targetBlank' => false,
|
'targetBlank' => false,
|
||||||
'title' => 'Accueil',
|
'title' => 'Accueil',
|
||||||
'block' => '12'
|
'block' => '12',
|
||||||
|
'barLeft' => '',
|
||||||
|
'barRight' => ''
|
||||||
],
|
],
|
||||||
'enfant' => [
|
'enfant' => [
|
||||||
'typeMenu' => 'text',
|
'typeMenu' => 'text',
|
||||||
@ -100,7 +102,9 @@ class common {
|
|||||||
'group' => self::GROUP_VISITOR,
|
'group' => self::GROUP_VISITOR,
|
||||||
'targetBlank' => false,
|
'targetBlank' => false,
|
||||||
'title' => 'Enfant',
|
'title' => 'Enfant',
|
||||||
'block' => '12'
|
'block' => '12',
|
||||||
|
'barLeft' => '',
|
||||||
|
'barRight' => ''
|
||||||
],
|
],
|
||||||
'cachee' => [
|
'cachee' => [
|
||||||
'typeMenu' => 'text',
|
'typeMenu' => 'text',
|
||||||
@ -118,7 +122,9 @@ class common {
|
|||||||
'group' => self::GROUP_MEMBER,
|
'group' => self::GROUP_MEMBER,
|
||||||
'targetBlank' => false,
|
'targetBlank' => false,
|
||||||
'title' => 'Cachée',
|
'title' => 'Cachée',
|
||||||
'block' => '12'
|
'block' => '12',
|
||||||
|
'barLeft' => '',
|
||||||
|
'barRight' => ''
|
||||||
],
|
],
|
||||||
'mise-en-page' => [
|
'mise-en-page' => [
|
||||||
'typeMenu' => 'text',
|
'typeMenu' => 'text',
|
||||||
|
Loading…
Reference in New Issue
Block a user