Fix default param
This commit is contained in:
parent
bb28ded0e7
commit
e17559a87c
@ -917,7 +917,9 @@ class init extends common
|
|||||||
'directory' => self::FILE_DIR . 'source/galerie/landscape',
|
'directory' => self::FILE_DIR . 'source/galerie/landscape',
|
||||||
'homePicture' => 'iceberg.jpg',
|
'homePicture' => 'iceberg.jpg',
|
||||||
'sort' => 'SORT_ASC',
|
'sort' => 'SORT_ASC',
|
||||||
'position' => 1
|
'position' => 1,
|
||||||
|
'showPageContent' => false,
|
||||||
|
'fullScreen' => false
|
||||||
],
|
],
|
||||||
'legend' => [
|
'legend' => [
|
||||||
'desertjpg' => 'Un désert',
|
'desertjpg' => 'Un désert',
|
||||||
@ -936,7 +938,9 @@ class init extends common
|
|||||||
'directory' => self::FILE_DIR . 'source/galerie/space',
|
'directory' => self::FILE_DIR . 'source/galerie/space',
|
||||||
'homePicture' => 'nebula.jpg',
|
'homePicture' => 'nebula.jpg',
|
||||||
'sort' => 'SORT_ASC',
|
'sort' => 'SORT_ASC',
|
||||||
'position' => 2
|
'position' => 2,
|
||||||
|
'showPageContent' => false,
|
||||||
|
'fullScreen' => false
|
||||||
],
|
],
|
||||||
'legend' => [
|
'legend' => [
|
||||||
'earthjpg' => 'La Terre et la Lune',
|
'earthjpg' => 'La Terre et la Lune',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user