diff --git a/core/module/install/ressource/defaultdata.php b/core/module/install/ressource/defaultdata.php index 01d695ce..9c0245c7 100755 --- a/core/module/install/ressource/defaultdata.php +++ b/core/module/install/ressource/defaultdata.php @@ -681,6 +681,7 @@ class init extends common { 'picture' => 'galerie/landscape/meadow.jpg', 'hidePicture' => false, 'pictureSize' => 20, + 'picturePosition' => 'left', 'publishedOn' => 1548790902, 'state' => true, 'title' => 'Mon premier article', @@ -699,6 +700,7 @@ class init extends common { 'picture' => 'galerie/landscape/desert.jpg', 'hidePicture' => false, 'pictureSize' => 40, + 'picturePosition' => 'right', 'publishedOn' => 1550432502, 'state' => true, 'title' => 'Mon deuxième article', @@ -717,6 +719,7 @@ class init extends common { 'picture' => 'galerie/landscape/iceberg.jpg', 'hidePicture' => false, 'pictureSize' => 100, + 'picturePosition' => 'left', 'publishedOn' => 1550864502, 'state' => true, 'title' => 'Mon troisième article',