challenge-vtex-io-ana-carol.../store/blocks/pdp/product-image.jsonc

21 lines
390 B
Plaintext
Raw Normal View History

{
"html#flex-layout.row#product-image": {
"props": {
"testId": "product-images"
},
"children": ["product-images"]
},
"product-images": {
"props": {
"aspectRatio": {
"desktop": "auto",
"phone": "1:1"
},
"displayThumbnailsArrows": false,
"showPaginationDots": false,
"thumbnailsOrientation": "horizontal"
}
}
}