forked from M3-Academy/challenge-vtex-io
Entrega do Desafio #1
@ -45,6 +45,7 @@
|
|||||||
},
|
},
|
||||||
"flex-layout.row#product-main": {
|
"flex-layout.row#product-main": {
|
||||||
"props": {
|
"props": {
|
||||||
|
"blockClass": "product-main-content",
|
||||||
"colGap": 7,
|
"colGap": 7,
|
||||||
"rowGap": 7,
|
"rowGap": 7,
|
||||||
"marginTop": 4,
|
"marginTop": 4,
|
||||||
@ -60,7 +61,7 @@
|
|||||||
"blockClass": "product"
|
"blockClass": "product"
|
||||||
},
|
},
|
||||||
"children": [
|
"children": [
|
||||||
"flex-layout.row#product-image",
|
"html#flex-layout.row#product-image",
|
||||||
"product-bookmark",
|
"product-bookmark",
|
||||||
"product-specification-badges"
|
"product-specification-badges"
|
||||||
]
|
]
|
||||||
@ -78,10 +79,14 @@
|
|||||||
"flex-layout.col#stack": {
|
"flex-layout.col#stack": {
|
||||||
"children": ["stack-layout"],
|
"children": ["stack-layout"],
|
||||||
"props": {
|
"props": {
|
||||||
|
"blockClass": "stack-layout-content",
|
||||||
"rowGap": 0
|
"rowGap": 0
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"flex-layout.row#product-image": {
|
"html#flex-layout.row#product-image": {
|
||||||
|
"props": {
|
||||||
|
"testId": "product-images"
|
||||||
|
},
|
||||||
"children": ["product-images"]
|
"children": ["product-images"]
|
||||||
},
|
},
|
||||||
"product-images": {
|
"product-images": {
|
||||||
|
Loading…
Reference in New Issue
Block a user