69 lines
1.6 KiB
Plaintext
69 lines
1.6 KiB
Plaintext
{
|
|
"tab-layout#product-description": {
|
|
"children": [
|
|
"tab-list#product-description",
|
|
"tab-content#product-description"
|
|
],
|
|
"props": {
|
|
"blockClass": "product-description",
|
|
"defaultActiveTabId": "product-description"
|
|
}
|
|
},
|
|
"tab-list#product-description": {
|
|
"children": [
|
|
"tab-list.item#description",
|
|
"tab-list.item#description2",
|
|
"tab-list.item#description2",
|
|
"tab-list.item#description2",
|
|
"tab-list.item#description2"
|
|
]
|
|
},
|
|
"tab-list.item#description": {
|
|
"props": {
|
|
"tabId": "product-description",
|
|
"label": "Description",
|
|
"defaultActiveTab": true
|
|
}
|
|
},
|
|
"tab-list.item#description2": {
|
|
"props": {
|
|
"tabId": "product-description2",
|
|
"label": "Description"
|
|
}
|
|
},
|
|
"tab-content#product-description": {
|
|
"children": [
|
|
"tab-content.item#product-description",
|
|
"tab-content.item#product-description2"
|
|
]
|
|
},
|
|
"tab-content.item#product-description": {
|
|
"children": ["flex-layout.row#description"],
|
|
"props": {
|
|
"tabId": "product-description"
|
|
}
|
|
},
|
|
"tab-content.item#product-description2": {
|
|
"children": ["flex-layout.row#description"],
|
|
"props": {
|
|
"tabId": "product-description2"
|
|
}
|
|
},
|
|
"flex-layout.row#description": {
|
|
"props": {
|
|
"marginBottom": 7
|
|
},
|
|
"children": ["product-images#description", "product-description"]
|
|
},
|
|
"product-images#description": {
|
|
"props": {
|
|
"displayMode": "first-image"
|
|
}
|
|
},
|
|
"product-description": {
|
|
"props": {
|
|
"collapseContent": true
|
|
}
|
|
}
|
|
}
|