feat(product): implement sprint 9 product engagement module
This commit is contained in:
@@ -296,6 +296,23 @@
|
||||
"enabled": true
|
||||
}
|
||||
],
|
||||
"productPage": {
|
||||
"rating": { "enabled": true },
|
||||
"reviews": {
|
||||
"enabled": true,
|
||||
"pageSize": 5,
|
||||
"showSummary": true
|
||||
},
|
||||
"questions": {
|
||||
"enabled": true,
|
||||
"pageSize": 5
|
||||
},
|
||||
"tabs": {
|
||||
"enabled": true,
|
||||
"items": ["description", "specifications", "reviews", "questions", "delivery", "warranty"]
|
||||
},
|
||||
"relatedProducts": { "enabled": true }
|
||||
},
|
||||
"pages": [
|
||||
{
|
||||
"id": "page-home",
|
||||
|
||||
Reference in New Issue
Block a user