challenge-vtex-io-gabriel-g.../store/blocks/pdp/product.jsonc

504 lines
10 KiB
Plaintext

{
"store.product": {
"children": [
"condition-layout.product#availability",
"rich-text#prateleira",
"flex-layout.row#shelf",
"product-questions-and-answers",
"newsletter"
]
},
"html#breadcrumb": {
"props": {
"tag": "section",
"testId": "breadcrumbs",
"blockClass": "pdp-breadcrumb"
},
"children": ["breadcrumb"]
},
"html#imagens": {
"props": {
"testId": "product-images"
},
"children": ["flex-layout.row#product-image"]
},
"html#product-name": {
"props": {
"testId": "product-name"
},
"children": ["flex-layout.row#product-name"]
},
"html#codigo": {
"props": {
"testId": "product-code"
},
"children": ["product-identifier.product"]
},
"html#selling-price": {
"props": {
"testId": "product-price"
},
"children": ["product-selling-price"]
},
"html#product-installments": {
"props": {
"testId": "product-installments"
},
"children": ["product-installments"]
},
"html#pixzap": {
"props": {
"testId": "pix-price"
},
"children": ["flex-layout.row#pix"]
},
"html#sku-selector": {
"props": {
"testId": "sku-selector"
},
"children": ["sku-selector"]
},
"html#product-quantity": {
"props": {
"testId": "product-quantity"
},
"children": ["flex-layout.row#product-quantity"]
},
"html#add-to-cart-button": {
"props": {
"testId": "add-to-cart-button"
},
"children": ["add-to-cart-button"]
},
"html#shipping-simulator": {
"props": {
"testId": "shipping-simulator"
},
"children": ["shipping-simulator"]
},
"html#product-description": {
"props": {
"testId": "product-description"
},
"children": ["tab-layout#description"]
},
"html#slider": {
"props": {
"testId": "product-summary-list"
},
"children": ["list-context.product-list#teste"]
},
"html#prateleira": {
"props": {
"blockClass": "prateleirateste",
"testId": "vtex-product-summary"
},
"children": [
"product-summary-image#shelf",
"product-summary-name",
"product-summary-space",
"product-list-price#summary",
"html#selling-price"
]
},
"tab-layout#description": {
"children": ["tab-list#description", "tab-content#description"],
"props": {
"blockClass": "description",
"defaultActiveTabId": "description1"
}
},
"tab-list#description": {
"children": [
"tab-list.item#description1",
"tab-list.item#description2",
"tab-list.item#description3",
"tab-list.item#description4",
"tab-list.item#description5"
]
},
"tab-list.item#description1": {
"props": {
"tabId": "description1",
"label": "Descrição",
"defaultActiveTab": true
}
},
"tab-list.item#description2": {
"props": {
"tabId": "description2",
"label": "Descrição",
"defaultActiveTab": false
}
},
"tab-list.item#description3": {
"props": {
"tabId": "description3",
"label": "Descrição",
"defaultActiveTab": false
}
},
"tab-list.item#description4": {
"props": {
"tabId": "description4",
"label": "Descrição",
"defaultActiveTab": false
}
},
"tab-list.item#description5": {
"props": {
"tabId": "description5",
"label": "Descrição",
"defaultActiveTab": false
}
},
"tab-content#description": {
"children": [
"tab-content.item#description1",
"tab-content.item#description2",
"tab-content.item#description3",
"tab-content.item#description4",
"tab-content.item#description5"
]
},
"tab-content.item#description1": {
"children": ["image#description", "product-description"],
"props": {
"tabId": "description1"
}
},
"tab-content.item#description2": {
"children": ["image#description", "product-description"],
"props": {
"tabId": "description2"
}
},
"tab-content.item#description3": {
"children": ["image#description", "product-description"],
"props": {
"tabId": "description3"
}
},
"tab-content.item#description4": {
"children": ["image#description", "product-description"],
"props": {
"tabId": "description4"
}
},
"tab-content.item#description5": {
"children": ["image#description", "product-description"],
"props": {
"tabId": "description5"
}
},
"image#description": {
"props": {
"blockClass": "image-description",
"src": "https://agenciamagma.vtexassets.com/arquivos/ids/164491-800-auto?v=637781133812700000&width=800&height=auto&aspect=true"
}
},
"rich-text#prateleira": {
"props": {
"blockClass": "title-shelf",
"text": "Você também pode gostar:"
}
},
"product-summary.shelf#teste": {
"children": ["html#prateleira"]
},
"list-context.product-list#teste": {
"blocks": ["product-summary.shelf#teste"],
"children": ["slider-layout#prateleira"]
},
"slider-layout#prateleira": {
"props": {
"itemsPerPage": {
"desktop": 4,
"tablet": 3,
"phone": 2
},
"infinite": true,
"blockClass": "carousel"
}
},
"flex-layout.row#shelf": {
"children": ["html#slider"]
},
"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": "principal",
"colGap": 7,
"rowGap": 7,
"marginTop": 4,
"marginBottom": 7,
"paddingTop": 7,
"paddingBottom": 7
},
"children": ["flex-layout.col#mainpage-col"]
},
"flex-layout.row#mainpage-row": {
"props": {
"blockClass": "mainpage-row"
},
"children": ["flex-layout.col#stack", "flex-layout.col#right-col"]
},
"flex-layout.col#mainpage-col": {
"props": {
"blockClass": "mainpage-col"
},
"children": [
"html#breadcrumb",
"flex-layout.row#mainpage-row",
"html#product-description"
]
},
"stack-layout": {
"props": {
"blockClass": "product"
},
"children": [
"html#imagens",
"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": "51%",
"rowGap": 0
}
},
"flex-layout.row#product-image": {
"children": ["product-images"]
},
"product-images": {
"props": {
"aspectRatio": {
"desktop": "auto",
"phone": "1:1"
},
"displayThumbnailsArrows": true,
"thumbnailsOrientation": "horizontal"
}
},
"flex-layout.col#right-col": {
"props": {
"preventVerticalStretch": true,
"rowGap": 0
},
"children": [
"html#product-name",
"html#codigo",
"product-rating-summary",
"flex-layout.row#list-price-savings",
"flex-layout.row#selling-price",
"html#product-installments",
"html#pixzap",
"html#sku-selector",
"flex-layout.row#buy-box",
"availability-subscriber",
"html#shipping-simulator",
"share#default",
"placeholder"
]
},
"flex-layout.row#pix": {
"props": {
"blockClass": "pix-container"
},
"children": ["image#pix", "pay-with-pix"]
},
"image#pix": {
"props": {
"blockClass": "pix-image",
"src": "assets/iconPix.svg"
}
},
"product-installments": {
"props": {
"installmentsCriteria": "max-quantity-without-interest",
"markers": ["discount"],
"message": "ou {installmentsNumber}x de {installmentValue} <discount>sem juros</discount>"
}
},
"flex-layout.row#product-name": {
"props": {
"marginBottom": 3
},
"children": ["vtex.store-components:product-name"]
},
"newsletter": {
"props": {
"blockClass": "newsletter",
"label": "Assine nossa Newsletter",
"placeholder": "Digite seu e-mail"
}
},
"sku-selector": {
"props": {
"variationsSpacing": 3,
"showValueNameForImageVariation": true
}
},
"flex-layout.row#buy-box": {
"props": {
"colGap": 0,
"blockClass": "buy-box",
"colSizing": "auto"
},
"children": ["html#product-quantity", "flex-layout.row#buy-button"]
},
"flex-layout.row#product-quantity": {
"props": {
"preventHorizontalStretch": true
},
"children": ["product-quantity"]
},
"flex-layout.row#buy-button": {
"props": {
"blockClass": "buy-button-container",
"marginTop": 4,
"marginBottom": 7,
"preventHorizontalStretch": false,
"fullWidth": true
},
"children": ["html#add-to-cart-button"]
},
"flex-layout.row#product-availability": {
"props": {
"colGap": 7,
"marginTop": 4,
"marginBottom": 7,
"paddingTop": 7
},
"children": ["flex-layout.row#mainpage-row-availability"]
},
"flex-layout.row#mainpage-row-availability": {
"props": {
"blockClass": "mainpage-row"
},
"children": ["flex-layout.col#mainpage-col-availability"]
},
"flex-layout.row#teste": {
"children": [
"flex-layout.col#stack",
"flex-layout.col#right-col-availability"
]
},
"flex-layout.col#mainpage-col-availability": {
"props": {
"blockClass": "mainpage-col"
},
"children": [
"html#breadcrumb",
"flex-layout.row#teste",
"html#product-description"
]
},
"flex-layout.col#right-col-availability": {
"props": {
"preventVerticalStretch": true,
"rowGap": 0,
"blockClass": "info-availability"
},
"children": [
"html#product-name",
"html#codigo",
"flex-layout.row#availability",
"html#sku-selector"
]
},
"flex-layout.row#availability": {
"props": {
"blockClass": "message-availability"
},
"children": ["availability-subscriber"]
},
"share#default": {
"props": {
"social": {
"Facebook": true,
"WhatsApp": true,
"Twitter": false,
"Pinterest": true
}
}
}
}