challenge-vtex-io-patricksouza/store/blocks/pdp/shelf-pdp.jsonc

54 lines
1.1 KiB
Plaintext
Raw Normal View History

{
"flex-layout.row#pdp": {
"props": {
"title": "Shelf pdp",
"blockClass": "shelf-pdp"
},
"children": [
"rich-text#nuestro-top",
"list-context.product-list#nuestro-top"
]
},
"rich-text#nuestro-top": {
"props": {
"text": "Você também pode gostar:",
"blockClass": "nuestro-shelf-title"
}
},
"list-context.product-list#nuestro-top": {
"blocks": ["product-summary.shelf#pdp"],
"children": ["slider-layout#shelf-pdp"],
"props": {
"orderBy": "OrderByTopSaleDESC",
"collection": "320"
}
},
"product-summary-price": {
"props": {
"showInstallments": false
}
},
"product-summary.shelf#pdp": {
"children": [
"product-summary-image",
"product-summary-name",
"product-summary-price"
// "product-summary-buy-button"
]
},
"slider-layout#shelf-pdp": {
"props": {
"itemsPerPage": {
"desktop": 4,
"tablet": 3,
"phone": 2
},
"infinite": false,
"fullWidth": false,
"blockClass": "shelf"
}
}
}