feat(product): implement sprint 9 product engagement module
This commit is contained in:
@@ -246,6 +246,27 @@
|
||||
},
|
||||
"legalPageKeys": ["about-us", "privacy-policy", "terms-of-service"]
|
||||
},
|
||||
"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
|
||||
}
|
||||
},
|
||||
"widgetRegistry": {
|
||||
"manifestUrl": "/assets/mock/bootstrap/widget-manifest.json"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user