From 452123813e600e79fb56ceeb3c03f337d2517ba4 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Sun, 11 Apr 2021 19:20:48 +0200 Subject: [PATCH] Blog site sample Positions not set --- core/module/install/ressource/defaultdata.php | 3 +++ 1 file changed, 3 insertions(+) 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',