2023-02-05 17:12:14 +00:00
|
|
|
{
|
|
|
|
"list-context.product-list#m3-shelf-retaletd": {
|
|
|
|
"props": {
|
|
|
|
"blockClass": "m3-shelf-retaletd"
|
|
|
|
},
|
|
|
|
"blocks": ["product-summary.shelf#m3-shelf-retaletd-content"],
|
2023-02-09 00:00:51 +00:00
|
|
|
"children": ["rich-text#m3-shelf-related-title", "html#slider-layout"]
|
2023-02-05 17:12:14 +00:00
|
|
|
},
|
|
|
|
"product-summary.shelf#m3-shelf-retaletd-content": {
|
|
|
|
"props": {
|
|
|
|
"blockClass": "m3-shelf-retaletd-content"
|
|
|
|
},
|
|
|
|
"children": ["html#product-summary"]
|
|
|
|
},
|
|
|
|
"html#product-summary": {
|
|
|
|
"props": {
|
|
|
|
"blockClass": "m3-html-product-sumary",
|
|
|
|
"testId": "vtex-product-summary"
|
|
|
|
},
|
|
|
|
"children": [
|
|
|
|
"product-summary-image",
|
|
|
|
"product-summary-name",
|
2023-02-08 22:43:54 +00:00
|
|
|
"product-list-price",
|
|
|
|
"product-selling-price"
|
2023-02-05 17:12:14 +00:00
|
|
|
]
|
|
|
|
},
|
2023-02-08 22:43:54 +00:00
|
|
|
"product-list-price": {
|
|
|
|
"props": {
|
|
|
|
"blockClass": "m3-product-list-price",
|
|
|
|
"message": "de {listPriceValue} por"
|
|
|
|
}
|
|
|
|
},
|
2023-02-09 00:00:51 +00:00
|
|
|
"html#slider-layout": {
|
|
|
|
"props": {
|
|
|
|
"testId": "product-summary-list"
|
|
|
|
},
|
|
|
|
"children": ["slider-layout#m3-carousel-products"]
|
|
|
|
},
|
2023-02-05 17:12:14 +00:00
|
|
|
"slider-layout#m3-carousel-products": {
|
|
|
|
"props": {
|
|
|
|
"blockClass": "m3-carousel-products",
|
|
|
|
"itemsPerPage": {
|
|
|
|
"desktop": 4,
|
|
|
|
"tablet": 3,
|
|
|
|
"phone": 2
|
|
|
|
},
|
|
|
|
"infinite": true,
|
|
|
|
"showNavigationArrows": "always"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"rich-text#m3-shelf-related-title": {
|
|
|
|
"props": {
|
|
|
|
"blockClass": "m3-shelf-related-title",
|
|
|
|
"text": "Você também pode gostar:",
|
|
|
|
"textAlignment": "CENTER",
|
|
|
|
"textPosition": "CENTER"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"product-summary-image": {
|
|
|
|
"props": {
|
|
|
|
"showBadge": false,
|
|
|
|
"aspectRatio": {
|
|
|
|
"desktop": "1:1",
|
|
|
|
"mobile": "1:1"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|