challenge-vtex-io-Mateus-Lopes/store/blocks/product-price.jsonc

31 lines
595 B
Plaintext
Raw Permalink Normal View History

{
"flex-layout.row#selling-price": {
"props": {
"colGap": 2,
"preserveLayoutOnMobile": true,
"preventHorizontalStretch": true,
"marginBottom": 4
},
"children": [
"product-selling-price"
]
},
"flex-layout.row#list-price-savings": {
"props": {
"colGap": 2,
"preserveLayoutOnMobile": true,
"preventHorizontalStretch": true,
"marginBottom": 2,
"marginTop": 5
},
"children": [
2023-02-04 02:15:51 +00:00
"product-identifier.product"
]
2023-02-04 02:15:51 +00:00
},
"product-identifier.product": {
"props": {
"label": "hide"
}
}
}