forked from M3-Academy/challenge-vtex-io
63 lines
1.3 KiB
Plaintext
63 lines
1.3 KiB
Plaintext
|
{
|
||
|
"list-context.product-list#pdp-shelf": {
|
||
|
"blocks": ["product-summary.shelf#pdp-shelf"],
|
||
|
"children": ["html#pdp-slider-shelf"]
|
||
|
},
|
||
|
|
||
|
"html#pdp-slider-shelf-title": {
|
||
|
"children": ["rich-text#pdp-shelf-title"]
|
||
|
},
|
||
|
|
||
|
"html#pdp-slider-shelf": {
|
||
|
"props": {
|
||
|
"testId": "product-summary-list"
|
||
|
},
|
||
|
"children": ["slider-layout#pdp-shelf"]
|
||
|
},
|
||
|
|
||
|
"html#list-context-pdp-shelf": {
|
||
|
"props": {
|
||
|
"testId": "product-summary-list"
|
||
|
},
|
||
|
"children": ["list-context.product-list#pdp-shelf"]
|
||
|
},
|
||
|
|
||
|
"rich-text#pdp-shelf-title": {
|
||
|
"props": {
|
||
|
"text": "## Você também pode gostar:",
|
||
|
"textPosition": "CENTER",
|
||
|
"textAlignment": "CENTER"
|
||
|
}
|
||
|
},
|
||
|
|
||
|
"slider-layout#pdp-shelf": {
|
||
|
"props": {
|
||
|
"blockClass": "productShelf",
|
||
|
"infinite": true
|
||
|
}
|
||
|
},
|
||
|
|
||
|
"product-summary.shelf#pdp-shelf": {
|
||
|
"children": [
|
||
|
"product-summary-image#pdp-shelf",
|
||
|
"product-summary-name",
|
||
|
"product-summary-price#pdp-shelf"
|
||
|
]
|
||
|
},
|
||
|
|
||
|
"product-summary-image#pdp-shelf": {
|
||
|
"props": {
|
||
|
"showBadge": false,
|
||
|
"alabelSellingPricespectRatio": "1:1"
|
||
|
}
|
||
|
},
|
||
|
|
||
|
"product-summary-price#pdp-shelf": {
|
||
|
"props": {
|
||
|
"showInstallments": false,
|
||
|
"labelListPrice": "de",
|
||
|
"labelSellingPrice": "por"
|
||
|
}
|
||
|
}
|
||
|
}
|