21 lines
414 B
Plaintext
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"
|
|
]
|
|
}
|
|
}
|