page de recherche par défaut

This commit is contained in:
Fred Tempez 2020-08-14 17:56:17 +02:00
parent 18ab09cd3c
commit 8ba60263f7
1 changed files with 28 additions and 4 deletions

View File

@ -25,6 +25,7 @@ class init extends common {
'timezone' => 'Europe/Paris', 'timezone' => 'Europe/Paris',
'itemsperPage' => 10, 'itemsperPage' => 10,
'legalPageId' => 'mentions-legales', 'legalPageId' => 'mentions-legales',
'searchPageId' => 'rechercher',
'metaDescription' => 'Zwii est un CMS sans base de données qui permet de créer et gérer facilement un site web sans aucune connaissance en programmation.', 'metaDescription' => 'Zwii est un CMS sans base de données qui permet de créer et gérer facilement un site web sans aucune connaissance en programmation.',
'title' => 'Votre site en quelques clics !', 'title' => 'Votre site en quelques clics !',
'proxyUrl' => '', 'proxyUrl' => '',
@ -296,7 +297,7 @@ class init extends common {
'moduleId' => '', 'moduleId' => '',
'parentPageId' => 'accueil', 'parentPageId' => 'accueil',
'modulePosition' => 'bottom', 'modulePosition' => 'bottom',
'position' => 3, 'position' => 2,
'group' => self::GROUP_VISITOR, 'group' => self::GROUP_VISITOR,
'targetBlank' => false, 'targetBlank' => false,
'title' => 'Mise en page', 'title' => 'Mise en page',
@ -344,7 +345,7 @@ class init extends common {
'moduleId' => 'blog', 'moduleId' => 'blog',
'modulePosition' => 'bottom', 'modulePosition' => 'bottom',
'parentPageId' => '', 'parentPageId' => '',
'position' => 4, 'position' => 3,
'group' => self::GROUP_VISITOR, 'group' => self::GROUP_VISITOR,
'targetBlank' => false, 'targetBlank' => false,
'title' => 'Blog', 'title' => 'Blog',
@ -367,7 +368,7 @@ class init extends common {
'moduleId' => 'gallery', 'moduleId' => 'gallery',
'modulePosition' => 'bottom', 'modulePosition' => 'bottom',
'parentPageId' => '', 'parentPageId' => '',
'position' => 5, 'position' => 4,
'group' => self::GROUP_VISITOR, 'group' => self::GROUP_VISITOR,
'targetBlank' => false, 'targetBlank' => false,
'title' => 'Galeries', 'title' => 'Galeries',
@ -391,7 +392,7 @@ class init extends common {
'moduleId' => 'redirection', 'moduleId' => 'redirection',
'modulePosition' => 'bottom', 'modulePosition' => 'bottom',
'parentPageId' => '', 'parentPageId' => '',
'position' => 6, 'position' => 5,
'group' => self::GROUP_VISITOR, 'group' => self::GROUP_VISITOR,
'targetBlank' => true, 'targetBlank' => true,
'title' => 'Site de Zwii', 'title' => 'Site de Zwii',
@ -589,6 +590,29 @@ class init extends common {
'hideMenuSide' => false, 'hideMenuSide' => false,
'hideMenuChildren' =>false 'hideMenuChildren' =>false
], ],
'rechercher' => [
'typeMenu' => 'text',
'iconUrl' => '',
'disable' => false,
'content' => '<h1>Rechercher dans le site.</h1>',
'hideTitle' => true,
'breadCrumb' => false,
'metaDescription' => '',
'metaTitle' => '',
'moduleId' => 'research',
'modulePosition' => 'bottom',
'parentPageId' => '',
'position' => 6,
'group' => self::GROUP_VISITOR,
'targetBlank' => false,
'title' => 'Rechercher',
'block' => '12',
'barLeft' => '',
'barRight' => '',
'displayMenu' => 'none',
'hideMenuSide' => false,
'hideMenuChildren' =>false
],
], ],
'module' => [ 'module' => [
'blog' => [ 'blog' => [