forked from M3-Academy/challenge-vtex-io
332 lines
7.6 KiB
Plaintext
332 lines
7.6 KiB
Plaintext
{
|
|
"store.product": {
|
|
"children": [
|
|
"html#breadcrumb",
|
|
"condition-layout.product#availability",
|
|
"tab-layout#product",
|
|
|
|
// "flex-layout.row#description",
|
|
// "flex-layout.row#specifications-title",
|
|
// "product-specification-group#table",
|
|
|
|
"shelf.relatedProducts",
|
|
"product-questions-and-answers",
|
|
"newsletter"
|
|
]
|
|
},
|
|
"html#breadcrumb": {
|
|
"props": {
|
|
"tag": "section",
|
|
"testId": "breadcrumbs",
|
|
"blockClass": "pdp-breadcrumb"
|
|
},
|
|
"children": ["breadcrumb"]
|
|
},
|
|
"flex-layout.row#specifications-title": {
|
|
"children": ["rich-text#specifications"]
|
|
},
|
|
"rich-text#specifications": {
|
|
"props": {
|
|
"text": "##### Product Specifications"
|
|
}
|
|
},
|
|
"condition-layout.product#availability": {
|
|
"props": {
|
|
"conditions": [
|
|
{
|
|
"subject": "isProductAvailable"
|
|
}
|
|
],
|
|
"Then": "flex-layout.row#product-main",
|
|
"Else": "flex-layout.row#product-availability"
|
|
}
|
|
},
|
|
"flex-layout.row#product-main": {
|
|
"props": {
|
|
"blockClass": "divProduct",
|
|
"colGap": 7,
|
|
"rowGap": 7,
|
|
"marginTop": 4,
|
|
"marginBottom": 7,
|
|
"paddingTop": 7,
|
|
"paddingBottom": 7
|
|
},
|
|
"children": ["flex-layout.col#stack", "flex-layout.col#right-col"]
|
|
},
|
|
|
|
"stack-layout": {
|
|
"props": {
|
|
"blockClass": "product"
|
|
},
|
|
"children": [
|
|
"flex-layout.row#product-image",
|
|
"product-bookmark",
|
|
"product-specification-badges"
|
|
]
|
|
},
|
|
|
|
"product-specification-badges": {
|
|
"props": {
|
|
"specificationGroupName": "Group",
|
|
"specificationName": "On Sale",
|
|
"visibleWhen": "True",
|
|
"displayValue": "SPECIFICATION_NAME"
|
|
}
|
|
},
|
|
|
|
"flex-layout.col#stack": {
|
|
"children": ["stack-layout"],
|
|
"props": {
|
|
"width": "50%",
|
|
"rowGap": 0
|
|
}
|
|
},
|
|
|
|
"flex-layout.row#product-image": {
|
|
"props": {},
|
|
"children": ["product-images"]
|
|
},
|
|
|
|
"product-images": {
|
|
"props": {
|
|
"blockClass": "divImagens",
|
|
"aspectRatio": {
|
|
"desktop": "auto",
|
|
"phone": "16:9"
|
|
},
|
|
"thumbnailsOrientation": "horizontal",
|
|
"displayThumbnailsArrows": false,
|
|
"showNavigationArrows": false,
|
|
"showPaginationDots": false
|
|
}
|
|
},
|
|
|
|
"flex-layout.col#right-col": {
|
|
"props": {
|
|
"blockClass": "divInfoProduct",
|
|
"preventVerticalStretch": true,
|
|
"rowGap": 0
|
|
},
|
|
"children": [
|
|
"flex-layout.row#product-name",
|
|
"flex-layout.row#product-modelo",
|
|
"product-rating-summary",
|
|
"flex-layout.row#selling-price",
|
|
"flex-layout.row#list-price-savings",
|
|
"product-installments",
|
|
// "product-separator",
|
|
"sku-selector",
|
|
"product-quantity",
|
|
"product-assembly-options",
|
|
"product-gifts",
|
|
"flex-layout.row#buy-button",
|
|
"availability-subscriber",
|
|
"shipping-simulator",
|
|
"share#default"
|
|
]
|
|
},
|
|
|
|
"flex-layout.row#product-modelo": {
|
|
"props": {
|
|
"blockClass": "divNomeProductModelo"
|
|
},
|
|
"children": ["product-identifier.product"]
|
|
},
|
|
|
|
"flex-layout.row#product-name": {
|
|
"props": {
|
|
"blockClass": "divNomeProduct",
|
|
"marginBottom": 3
|
|
},
|
|
"children": ["vtex.store-components:product-name"]
|
|
},
|
|
|
|
"sku-selector": {
|
|
"props": {
|
|
"variationsSpacing": 3,
|
|
"showValueNameForImageVariation": true
|
|
}
|
|
},
|
|
|
|
"flex-layout.row#buy-button": {
|
|
"props": {
|
|
"marginTop": 4,
|
|
"marginBottom": 7
|
|
},
|
|
"children": ["add-to-cart-button"]
|
|
},
|
|
|
|
"flex-layout.row#product-availability": {
|
|
"props": {
|
|
"colGap": 7,
|
|
"marginTop": 4,
|
|
"marginBottom": 7,
|
|
"paddingTop": 7
|
|
},
|
|
"children": [
|
|
"flex-layout.col#stack",
|
|
"flex-layout.col#right-col-availability"
|
|
]
|
|
},
|
|
"flex-layout.col#right-col-availability": {
|
|
"props": {
|
|
"preventVerticalStretch": true,
|
|
"rowGap": 0,
|
|
"blockClass": "info-availability"
|
|
},
|
|
"children": [
|
|
"flex-layout.row#product-name",
|
|
"product-identifier.product",
|
|
"sku-selector",
|
|
"flex-layout.row#availability"
|
|
]
|
|
},
|
|
"flex-layout.row#availability": {
|
|
"props": {
|
|
"blockClass": "message-availability"
|
|
},
|
|
"children": ["availability-subscriber"]
|
|
},
|
|
|
|
"share#default": {
|
|
"props": {
|
|
"social": {
|
|
"Facebook": true,
|
|
"WhatsApp": true,
|
|
"Twitter": false,
|
|
"Pinterest": true
|
|
}
|
|
}
|
|
},
|
|
|
|
"tab-layout#product": {
|
|
"children": ["tab-list#product", "tab-content#product"],
|
|
"props": {
|
|
"blockClass": "estrutura",
|
|
"defaultActiveTabId": "product1"
|
|
}
|
|
},
|
|
"tab-list#product": {
|
|
"props": {
|
|
"blockClass": "Guias"
|
|
},
|
|
"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": {
|
|
"blockClass": "renderGuia",
|
|
"tabId": "product1",
|
|
"label": "Descrição 1",
|
|
"defaultActiveTab": true
|
|
}
|
|
},
|
|
"tab-list.item#product2": {
|
|
"props": {
|
|
"blockClass": "renderGuia",
|
|
"tabId": "product2",
|
|
"label": "Descrição 2"
|
|
}
|
|
},
|
|
"tab-list.item#product3": {
|
|
"props": {
|
|
"blockClass": "renderGuia",
|
|
"tabId": "product3",
|
|
"label": "Descrição 3"
|
|
}
|
|
},
|
|
"tab-list.item#product4": {
|
|
"props": {
|
|
"blockClass": "renderGuia",
|
|
"tabId": "product4",
|
|
"label": "Descrição 4"
|
|
}
|
|
},
|
|
"tab-list.item#product5": {
|
|
"props": {
|
|
"blockClass": "renderGuia",
|
|
"tabId": "product5",
|
|
"label": "Descrição 5"
|
|
}
|
|
},
|
|
"tab-content#product": {
|
|
"props": {
|
|
"blockClass": "listRender"
|
|
},
|
|
"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": ["flex-layout.row#description"],
|
|
"props": {
|
|
"tabId": "product1",
|
|
"blockClass": "renderConteudo"
|
|
}
|
|
},
|
|
"tab-content.item#product2": {
|
|
"children": ["flex-layout.row#description"],
|
|
"props": {
|
|
"tabId": "product2",
|
|
"blockClass": "renderConteudo"
|
|
}
|
|
},
|
|
"tab-content.item#product3": {
|
|
"children": ["flex-layout.row#description"],
|
|
"props": {
|
|
"tabId": "product3",
|
|
"blockClass": "renderConteudo"
|
|
}
|
|
},
|
|
"tab-content.item#product4": {
|
|
"children": ["flex-layout.row#description"],
|
|
"props": {
|
|
"tabId": "product4",
|
|
"blockClass": "renderConteudo"
|
|
}
|
|
},
|
|
"tab-content.item#product5": {
|
|
"children": ["flex-layout.row#description"],
|
|
"props": {
|
|
"tabId": "product5",
|
|
"blockClass": "renderConteudo"
|
|
}
|
|
},
|
|
|
|
"flex-layout.col#divImgDescription": {
|
|
"props": {
|
|
"blockClass": "divImgDescription",
|
|
"width": "50%"
|
|
},
|
|
"children": ["image#imgDescription"]
|
|
},
|
|
"image#imgDescription": {
|
|
"props": {
|
|
"src": "https://agenciamagma.vtexassets.com/arquivos/ids/164491-600-auto?v=637781133812700000&width=600&height=auto&aspect=true 600w,https://agenciamagma.vtexassets.com/arquivos/ids/164491-800-auto?v=637781133812700000&width=800&height=auto&aspect=true 800w,https://agenciamagma.vtexassets.com/arquivos/ids/164491-1200-auto?v=637781133812700000&width=1200&height=auto&aspect=true 1200w",
|
|
"blockClass": "imgDescription"
|
|
}
|
|
},
|
|
"flex-layout.row#description": {
|
|
"props": {
|
|
"marginBottom": 7
|
|
},
|
|
"children": ["flex-layout.col#divImgDescription", "product-description"]
|
|
},
|
|
"newsletter": {
|
|
"props": {
|
|
"blockClass": "newsletter",
|
|
"label": "Assine nossa newsletter",
|
|
"placeholder": "Digite Seu e-mail"
|
|
}
|
|
}
|
|
}
|