feat: retirada prateleira antiga e adicionada a mais atualizada, descrição do produto adicionada, newsletter adicionada

This commit is contained in:
Ramon Dias Ferreira 2023-02-03 21:50:51 -03:00
parent c9a06914fb
commit c97effb187
2 changed files with 168 additions and 4 deletions

View File

@ -3,10 +3,16 @@
"children": [
"html#breadcrumb",
"condition-layout.product#availability",
"flex-layout.row#description",
"flex-layout.row#specifications-title",
"product-specification-group#table",
"shelf.relatedProducts",
// "flex-layout.row#description",
// "flex-layout.row#specifications-title",
// "product-specification-group#table",
"tab-layout#product",
"list-context.product-list#carousel-list",
// "product-summary.shelf",
// "list-context.product-list",
// "slider-layout",
// "shelf.relatedProducts",
"newsletter",
"product-questions-and-answers"
]
},
@ -181,5 +187,151 @@
"Pinterest": true
}
}
},
"tab-layout#product":{
"children": [
"tab-list#product",
"tab-content#product"
],
"props": {
"blockClass": "product",
"defaultActiveTabId": "product1"
}
},
"tab-list#product": {
"children": [
"tab-list.item#product1",
"tab-list.item#product2",
"tab-list.item#product3",
"tab-list.item#product4",
"tab-list.item#product5"
]
},
"tab-list.item#product1": {
"props": {
"tabId": "product1",
"label": "Descrição",
"defaultActiveTab": true
}
},
"tab-list.item#product2": {
"props": {
"tabId": "product2",
"label": "Descrição"
}
},
"tab-list.item#product3": {
"props": {
"tabId": "product3",
"label": "Descrição"
}
},
"tab-list.item#product4": {
"props": {
"tabId": "product4",
"label": "Descrição"
}
},
"tab-list.item#product5": {
"props": {
"tabId": "product5",
"label": "Descrição"
}
},
"tab-content#product": {
"children": [
"tab-content.item#product1",
"tab-content.item#product2",
"tab-content.item#product3",
"tab-content.item#product4",
"tab-content.item#product5"
]
},
"tab-content.item#product1": {
"children": [
"product-images#description",
"product-description"
],
"props": {
"tabId": "product1"
}
},
"tab-content.item#product2": {
"children": [
"product-images#description",
"product-description"
],
"props": {
"tabId": "product2"
}
},
"tab-content.item#product3": {
"children": [
"product-images#description",
"product-description"
],
"props": {
"tabId": "product3"
}
},
"tab-content.item#product4": {
"children": [
"product-images#description",
"product-description"
],
"props": {
"tabId": "product4"
}
},
"tab-content.item#product5": {
"children": [
"product-images#description",
"product-description"
],
"props": {
"tabId": "product5"
}
},
"product-images#description": {
"props": {
"displayMode": "first-image",
"blockClass": "description-imagem"
}
},
"list-context.product-list#carousel-list": {
"blocks": ["product-summary.shelf#carousel-shelf"],
"children": ["slider-layout#carousel"]
},
"product-summary.shelf#carousel-shelf": {
"children": [
"product-summary-image",
"product-summary-name",
"product-summary-space",
"product-summary-price"
]
},
"slider-layout#carousel": {
"props": {
"itemsPerPage": {
"desktop": 4,
"tablet": 3,
"phone": 1
},
"infinite": true,
"showNavigationArrows": "desktopOnly",
"blockClass": "carousel"
}
}
}

View File

@ -0,0 +1,12 @@
/*
0 - 600PX: Phone
600 - 900px: Table portrait
900 - 1200px: Tablet landscape
[1200 - 1800] is where our nortal styles apply
1800px + : Big desktop
*/
/* Media Query M3 */
/* Grid breakpoints */
.vtex-button {
background-color: red;
}