forked from M3-Academy/challenge-vtex-io
21 lines
390 B
Plaintext
21 lines
390 B
Plaintext
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|