defaultData content

This commit is contained in:
Fred Tempez 2023-11-15 17:53:00 +01:00
parent 202b0d9321
commit 8f312172f6

View File

@ -1002,13 +1002,106 @@ class init extends common
'group' => self::GROUP_VISITOR,
'profil' => 0,
'targetBlank' => false,
'title' => 'Accueil',
'shortTitle' => 'Accueil',
'title' => 'Sommaire',
'shortTitle' => 'Sommaire',
'block' => '3-9',
'barLeft' => 'barre',
'barRight' => '',
'navLeft' => 'none',
'navRight' => 'none',
'navLeft' => 'top',
'navRight' => 'top',
'navTemplate' => 'dir',
'displayMenu' => 'none',
'hideMenuSide' => false,
'hideMenuChildren' => false,
'extraPosition' => false,
'css' => '',
'js' => ''
],
'page1' => [
'typeMenu' => 'text',
'iconUrl' => '',
'disable' => false,
'content' => 'page1.html',
'hideTitle' => false,
'breadCrumb' => false,
'metaDescription' => '',
'metaTitle' => '',
'moduleId' => '',
'modulePosition' => 'bottom',
'parentPageId' => '',
'position' => 1,
'group' => self::GROUP_VISITOR,
'profil' => 0,
'targetBlank' => false,
'title' => 'Première page',
'shortTitle' => 'Première page',
'block' => '3-9',
'barLeft' => 'barre',
'barRight' => '',
'navLeft' => 'top',
'navRight' => 'bottom',
'navTemplate' => 'dir',
'displayMenu' => 'none',
'hideMenuSide' => false,
'hideMenuChildren' => false,
'extraPosition' => false,
'css' => '',
'js' => ''
],
'page2' => [
'typeMenu' => 'text',
'iconUrl' => '',
'disable' => false,
'content' => 'page1.html',
'hideTitle' => false,
'breadCrumb' => false,
'metaDescription' => '',
'metaTitle' => '',
'moduleId' => '',
'modulePosition' => 'bottom',
'parentPageId' => '',
'position' => 1,
'group' => self::GROUP_VISITOR,
'profil' => 0,
'targetBlank' => false,
'title' => 'Seconde page',
'shortTitle' => 'Seconde page',
'block' => '3-9',
'barLeft' => 'barre',
'barRight' => '',
'navLeft' => 'top',
'navRight' => 'bottom',
'navTemplate' => 'dir',
'displayMenu' => 'none',
'hideMenuSide' => false,
'hideMenuChildren' => false,
'extraPosition' => false,
'css' => '',
'js' => ''
],
'page3' => [
'typeMenu' => 'text',
'iconUrl' => '',
'disable' => false,
'content' => 'page3.html',
'hideTitle' => false,
'breadCrumb' => false,
'metaDescription' => '',
'metaTitle' => '',
'moduleId' => '',
'modulePosition' => 'bottom',
'parentPageId' => '',
'position' => 1,
'group' => self::GROUP_VISITOR,
'profil' => 0,
'targetBlank' => false,
'title' => 'Troisième page',
'shortTitle' => 'Troisième page',
'block' => '3-9',
'barLeft' => 'barre',
'barRight' => '',
'navLeft' => 'top',
'navRight' => 'bottom',
'navTemplate' => 'dir',
'displayMenu' => 'none',
'hideMenuSide' => false,
@ -1169,6 +1262,15 @@ class init extends common
'accueil' => [
'content' => '<h2>Bienvenue sur votre nouveau Cours !</h2>'
],
'page1' => [
'content' => '<h2>Ceci est la première page.</h2>'
],
'page2' => [
'content' => '<h2>Ceci est la seconde page.</h2>'
],
'page3' => [
'content' => '<h2>Ceci est la troisième page.</h2>'
],
'barre' => [
'content' => ''
]