commerce/commerce.config.json
2021-07-20 11:48:33 +05:00

11 lines
165 B
JSON

{
"provider": "vendure",
"features": {
"cart": true,
"search": true,
"wishlist": false,
"customerAuth": false,
"customCheckout": false
}
}