defaultdata

This commit is contained in:
Fred Tempez 2023-11-15 12:56:43 +01:00
parent 17f75198d4
commit 809f73fb0b

View File

@ -57,7 +57,7 @@ class init extends common
'anonymousIp' => 2, 'anonymousIp' => 2,
'captcha' => true, 'captcha' => true,
'captchaStrong' => false, 'captchaStrong' => false,
"captchaType" => 'num', 'captchaType' => 'num',
'autoDisconnect' => true, 'autoDisconnect' => true,
'showPassword' => true, 'showPassword' => true,
'redirectLogin' => true 'redirectLogin' => true
@ -194,17 +194,17 @@ class init extends common
], ],
'blacklist' => [], 'blacklist' => [],
'language' => [ 'language' => [
"fr_FR" => [ 'fr_FR' => [
"version" => 1066, 'version' => 1066,
"date" => 1699354723 'date' => 1699354723
], ],
"es" => [ 'es' => [
"version" => 1066, 'version' => 1066,
"date" => 1699354723 'date' => 1699354723
], ],
"en_EN" => [ 'en_EN' => [
"version" => 1066, 'version' => 1066,
"date" => 1699354723 'date' => 1699354723
] ]
], ],
'profil' => [ 'profil' => [
@ -1004,8 +1004,8 @@ class init extends common
'targetBlank' => false, 'targetBlank' => false,
'title' => 'Accueil', 'title' => 'Accueil',
'shortTitle' => 'Accueil', 'shortTitle' => 'Accueil',
'block' => '12', 'block' => '3-9',
'barLeft' => '', 'barLeft' => 'barre',
'barRight' => '', 'barRight' => '',
'navLeft' => 'none', 'navLeft' => 'none',
'navRight' => 'none', 'navRight' => 'none',
@ -1017,6 +1017,39 @@ class init extends common
'css' => '', 'css' => '',
'js' => '' 'js' => ''
], ],
'barre' => [
'typeMenu' => 'text',
'iconUrl' => '',
'disable' => false,
'content' => 'barre.html',
'hideTitle' => true,
'breadCrumb' => false,
'metaDescription' => '',
'metaTitle' => '',
'moduleId' => '',
'modulePosition' => 'bottom',
'parentPageId' => '',
'position' => 0,
'group' => 0,
'profil' => 0,
'targetBlank' => false,
'title' => 'Menu',
'shortTitle' => 'Menu',
'block' => 'bar',
'barLeft' => '',
'barRight' => '',
'navLeft' => 'none',
'navRight' => 'none',
'navTemplate' => 'dir',
'displayMenu' => 'parents',
'hideMenuSide' => false,
'hideMenuHead' => false,
'hideMenuChildren' => false,
'extraPosition' => false,
'css' => '',
'js' => ''
],
], ],
'theme' => [ 'theme' => [
'body' => [ 'body' => [
@ -1087,7 +1120,7 @@ class init extends common
'height' => '15px 10px', 'height' => '15px 10px',
'loginLink' => false, 'loginLink' => false,
'margin' => false, 'margin' => false,
'position' => 'site-second', 'position' => 'hide',
'textAlign' => 'left', 'textAlign' => 'left',
'textColor' => 'rgba(255, 255, 255, 1)', 'textColor' => 'rgba(255, 255, 255, 1)',
'textTransform' => 'none', 'textTransform' => 'none',
@ -1136,6 +1169,9 @@ class init extends common
'accueil' => [ 'accueil' => [
'content' => '<h2>Bienvenue sur votre nouveau Cours !</h2>' 'content' => '<h2>Bienvenue sur votre nouveau Cours !</h2>'
], ],
'barre' => [
'content' => ''
]
]; ];
} }