forked from ZwiiCMS-Team/ZwiiCMS
Blog site sample Positions not set
This commit is contained in:
parent
26fe5fb214
commit
452123813e
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user