commerce/framework/aquilacms/commerce.config.json
Gérard Le Cloerec a5de31ae17 feat: disable Wishlist
chore: setup commerce & next config
fix: replace all call to bigcommerce from aquilacms provider
feat add validation to input in signup
2021-04-07 08:46:40 +02:00

8 lines
101 B
JSON

{
"provider": "aquilacms",
"features": {
"wishlist": false,
"customCheckout": true
}
}