2023-01-12 16:56:35 +00:00
|
|
|
{
|
|
|
|
"flex-layout.row#selling-price": {
|
|
|
|
"props": {
|
|
|
|
"colGap": 2,
|
|
|
|
"preserveLayoutOnMobile": true,
|
|
|
|
"preventHorizontalStretch": true,
|
|
|
|
"marginBottom": 4
|
|
|
|
},
|
2023-01-26 23:57:16 +00:00
|
|
|
"children": ["product-selling-price#summary"]
|
|
|
|
},
|
|
|
|
|
|
|
|
"product-selling-price#summary": {
|
|
|
|
"props": {
|
|
|
|
"blockClass": "summary",
|
|
|
|
"message": "{sellingPriceValue}"
|
|
|
|
}
|
2023-01-12 16:56:35 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
"flex-layout.row#list-price-savings": {
|
|
|
|
"props": {
|
|
|
|
"colGap": 2,
|
|
|
|
"preserveLayoutOnMobile": true,
|
|
|
|
"preventHorizontalStretch": true,
|
|
|
|
"marginBottom": 2,
|
|
|
|
"marginTop": 5
|
|
|
|
},
|
2023-01-23 19:35:52 +00:00
|
|
|
"children": ["product-list-price", "product-price-savings"]
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|
|
|
|
}
|