Entrega do Desafio #1

Merged
anacarolinaduartecavalcante merged 93 commits from feature/challenge-vtex-io into develop 2023-02-03 17:14:03 +00:00
Showing only changes of commit 4c5eae4375 - Show all commits

View File

@ -45,6 +45,7 @@
},
"flex-layout.row#product-main": {
"props": {
"blockClass": "product-main-content",
"colGap": 7,
"rowGap": 7,
"marginTop": 4,
@ -60,7 +61,7 @@
"blockClass": "product"
},
"children": [
"flex-layout.row#product-image",
"html#flex-layout.row#product-image",
"product-bookmark",
"product-specification-badges"
]
@ -78,10 +79,14 @@
"flex-layout.col#stack": {
"children": ["stack-layout"],
"props": {
"blockClass": "stack-layout-content",
"rowGap": 0
}
},
"flex-layout.row#product-image": {
"html#flex-layout.row#product-image": {
"props": {
"testId": "product-images"
},
"children": ["product-images"]
},
"product-images": {