challenge-vtex-io-nicolly-v.../store/blocks/product-price.jsonc

21 lines
412 B
Plaintext

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