92 lines
2.1 KiB
Plaintext
92 lines
2.1 KiB
Plaintext
{
|
|
"store.product": {
|
|
"children": [
|
|
"flex-layout.row#breadcrumb",
|
|
"condition-layout.product#availability",
|
|
"flex-layout.row#product-description",
|
|
// "flex-layout.row#specifications-title",
|
|
// "product-specification-group#table",
|
|
"flex-layout.row#pdp",
|
|
"product-questions-and-answers"
|
|
]
|
|
},
|
|
"flex-layout.row#breadcrumb": {
|
|
"props": {
|
|
"blockClass": "breadcrumb-container"
|
|
},
|
|
"children": ["html#breadcrumb"]
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"flex-layout.row#product-description": {
|
|
"props": {
|
|
"blockClass": "product-description-container"
|
|
},
|
|
"children": ["tab-layout#product-description"]
|
|
},
|
|
"flex-layout.row#buy-button": {
|
|
"props": {
|
|
"marginTop": 4,
|
|
"marginBottom": 7,
|
|
"blockClass": "button-card-add"
|
|
},
|
|
"children": ["product-quantity", "add-to-cart-button"]
|
|
},
|
|
"flex-layout.row#product-availability": {
|
|
"props": {
|
|
"blockClass": "product-main-container",
|
|
"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",
|
|
"flex-layout.row#availability",
|
|
"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
|
|
}
|
|
}
|
|
}
|
|
}
|