forked from M3-Academy/challenge-vtex-io
30 lines
649 B
Plaintext
30 lines
649 B
Plaintext
{
|
|
"flex-layout.row#selling-price": {
|
|
"props": {
|
|
"colGap": 2,
|
|
"preserveLayoutOnMobile": true,
|
|
"preventHorizontalStretch": true,
|
|
"marginBottom": 4
|
|
},
|
|
"children": ["product-selling-price#summary"]
|
|
},
|
|
|
|
"product-selling-price#summary": {
|
|
"props": {
|
|
"blockClass": "summary",
|
|
"message": "{sellingPriceValue}"
|
|
}
|
|
},
|
|
|
|
"flex-layout.row#list-price-savings": {
|
|
"props": {
|
|
"colGap": 2,
|
|
"preserveLayoutOnMobile": true,
|
|
"preventHorizontalStretch": true,
|
|
"marginBottom": 2,
|
|
"marginTop": 5
|
|
},
|
|
"children": ["product-list-price", "product-price-savings"]
|
|
}
|
|
}
|