From 232e0312fc61e53c486c8e80eb11e9cf1b839c2d Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Sun, 5 Apr 2020 17:23:53 +0200 Subject: [PATCH] =?UTF-8?q?Donn=C3=A9es=20par=20d=C3=A9faut=20galerie=20v1?= =?UTF-8?q?0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/module/install/ressource/defaultdata.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/module/install/ressource/defaultdata.php b/core/module/install/ressource/defaultdata.php index 6a39e494..f0ea4c07 100644 --- a/core/module/install/ressource/defaultdata.php +++ b/core/module/install/ressource/defaultdata.php @@ -538,6 +538,7 @@ class init extends common { 'config' => [ 'name' => 'Beaux paysages', 'directory' => self::FILE_DIR.'source/galerie/landscape', + 'homePicture' => 'iceberg.jpg', 'sort' => 'SORT_ASC', 'position' => 1 ], @@ -551,6 +552,7 @@ class init extends common { 'config' => [ 'name' => 'Espace', 'directory' => self::FILE_DIR.'source/galerie/space', + 'homePicture' => 'nebula.jpg', 'sort' => 'SORT_ASC', 'position' => 2 ],