challenge-vtex-io-thiago-br.../store/blocks/product-price.jsonc

30 lines
627 B
Plaintext
Raw Normal View History

{
"flex-layout.row#selling-price": {
"props": {
"blockClass": "selling-price",
"colGap": 2,
"preserveLayoutOnMobile": true,
"preventHorizontalStretch": true,
"marginBottom": 4
},
"children": [
"product-selling-price"
]
},
"flex-layout.row#list-price-savings": {
"props": {
"blockClass": "list-price-savings",
"colGap": 2,
"preserveLayoutOnMobile": true,
"preventHorizontalStretch": true,
"marginBottom": 2,
"marginTop": 5
}
// "children": [
// "product-list-price",
// "product-price-savings"
// ]
}
}