2023-01-12 16:56:35 +00:00
|
|
|
{
|
2023-02-08 03:20:20 +00:00
|
|
|
"html#selling-price": {
|
|
|
|
"props": {
|
|
|
|
"testId": "product-price"
|
|
|
|
},
|
|
|
|
"children": ["flex-layout.row#selling-price"]
|
|
|
|
},
|
2023-01-12 16:56:35 +00:00
|
|
|
"flex-layout.row#selling-price": {
|
|
|
|
"props": {
|
2023-01-23 03:08:32 +00:00
|
|
|
"blockClass": "selling-price",
|
2023-01-12 16:56:35 +00:00
|
|
|
"colGap": 2,
|
|
|
|
"preserveLayoutOnMobile": true,
|
|
|
|
"preventHorizontalStretch": true,
|
|
|
|
"marginBottom": 4
|
|
|
|
},
|
|
|
|
"children": [
|
|
|
|
"product-selling-price"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|