Merge pull request 'feat: cria bloco de prateleira de produtos relacionados e retira bloco de prateleira obsoleto.' (#3) from feature/produtosRelacionados into development
Reviewed-on: #3
This commit is contained in:
commit
7818ea91f2
58
store/blocks/pdp/product-shelf-related.jsonc
Normal file
58
store/blocks/pdp/product-shelf-related.jsonc
Normal file
@ -0,0 +1,58 @@
|
||||
{
|
||||
"list-context.product-list#m3-shelf-retaletd": {
|
||||
"props": {
|
||||
"blockClass": "m3-shelf-retaletd"
|
||||
},
|
||||
"blocks": ["product-summary.shelf#m3-shelf-retaletd-content"],
|
||||
"children": [
|
||||
"rich-text#m3-shelf-related-title",
|
||||
"slider-layout#m3-carousel-products"
|
||||
]
|
||||
},
|
||||
"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",
|
||||
"product-summary-price"
|
||||
]
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -6,7 +6,7 @@
|
||||
"flex-layout.row#description",
|
||||
"flex-layout.row#specifications-title",
|
||||
"product-specification-group#table",
|
||||
"shelf.relatedProducts",
|
||||
"list-context.product-list#m3-shelf-retaletd",
|
||||
"newsletter#m3-newsletter",
|
||||
"product-questions-and-answers"
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user