forked from M3-Academy/challenge-vtex-io
Entrega do Desafio #1
20
store/blocks/pdp/product-image.jsonc
Normal file
20
store/blocks/pdp/product-image.jsonc
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"html#flex-layout.row#product-image": {
|
||||
"props": {
|
||||
"testId": "product-images"
|
||||
},
|
||||
"children": ["product-images"]
|
||||
},
|
||||
|
||||
"product-images": {
|
||||
"props": {
|
||||
"aspectRatio": {
|
||||
"desktop": "auto",
|
||||
"phone": "16:9"
|
||||
},
|
||||
"displayThumbnailsArrows": false,
|
||||
"showPaginationDots": false,
|
||||
"thumbnailsOrientation": "horizontal"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user