Skip to content

Commit

Permalink
Fixed catalog text demo data
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed Oct 8, 2020
1 parent df1192c commit 39e4359
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions lib/mshoplib/setup/default/data/demo-catalog.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,11 @@
'list-start' => null, 'list-end' => null, 'list-status' => 1
),
array(
'text.label' => 'Demo meta-description',
'text.content' => 'Meta descriptions are important because they are shown in the search engine result page',
'text.type' => 'long', 'text.languageid' => null, 'text.status' => 1,
'product.lists.type' => 'default', 'product.lists.position' => 6
'label' => 'Demo meta-description',
'content' => 'Meta descriptions are important because they are shown in the search engine result page',
'type' => 'long', 'languageid' => null, 'status' => 1,
'list-type' => 'default', 'list-position' => 5, 'list-config' => [],
'list-start' => null, 'list-end' => null, 'list-status' => 1
),
),
'media' => array(
Expand Down

0 comments on commit 39e4359

Please sign in to comment.