challenge-vtex-io-thiago-br.../store/blocks/product-price.jsonc
2023-02-08 00:20:20 -03:00

21 lines
414 B
Plaintext

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