commerce/framework/aquilacms/commerce.config.json
Gérard Le Cloerec 3f41969f5c 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-06 15:08:19 +02:00

8 lines
101 B
JSON

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