Données par défaut galerie v10

This commit is contained in:
Fred Tempez 2020-04-05 17:23:53 +02:00
parent 328fdeef71
commit 232e0312fc
1 changed files with 2 additions and 0 deletions

View File

@ -538,6 +538,7 @@ class init extends common {
'config' => [ 'config' => [
'name' => 'Beaux paysages', 'name' => 'Beaux paysages',
'directory' => self::FILE_DIR.'source/galerie/landscape', 'directory' => self::FILE_DIR.'source/galerie/landscape',
'homePicture' => 'iceberg.jpg',
'sort' => 'SORT_ASC', 'sort' => 'SORT_ASC',
'position' => 1 'position' => 1
], ],
@ -551,6 +552,7 @@ class init extends common {
'config' => [ 'config' => [
'name' => 'Espace', 'name' => 'Espace',
'directory' => self::FILE_DIR.'source/galerie/space', 'directory' => self::FILE_DIR.'source/galerie/space',
'homePicture' => 'nebula.jpg',
'sort' => 'SORT_ASC', 'sort' => 'SORT_ASC',
'position' => 2 'position' => 2
], ],