Update products display options - change Read more to Buy now
[MAILPOET-1843]
This commit is contained in:
committed by
Rostislav Wolný
parent
b131afa73e
commit
0f1e01ec31
@@ -53,9 +53,9 @@ Module.ProductsBlockModel = base.BlockModel.extend({
|
||||
featuredImagePosition: 'centered', // 'centered'|'right'|'left'|'alternate'|'none'
|
||||
pricePosition: 'hidden', // 'hidden'|'above'|'below'
|
||||
readMoreType: 'link', // 'link'|'button'
|
||||
readMoreText: 'Read more', // 'link'|'button'
|
||||
readMoreText: 'Buy now', // 'link'|'button'
|
||||
readMoreButton: {
|
||||
text: 'Read more',
|
||||
text: 'Buy now',
|
||||
url: '[postLink]',
|
||||
},
|
||||
sortBy: 'newest', // 'newest'|'oldest',
|
||||
|
Reference in New Issue
Block a user