silverstripe-webpack/app/_config/shop.yml_

27 lines
720 B
Plaintext
Raw Normal View History

2018-09-15 00:55:42 +02:00
---
Name: webapp-shop
2021-06-19 22:22:44 +02:00
After:
2023-03-24 19:35:01 +01:00
- app-basics
2021-06-19 22:22:44 +02:00
- a2nt-cms-niceties-shop
2018-09-15 00:55:42 +02:00
---
SilverStripe\Core\Injector\Injector:
SilverShop\Checkout\SinglePageCheckoutComponentConfig:
2021-06-19 22:22:44 +02:00
class: A2nt\CMSNiceties\Models\CheckoutNoDeliveryConfig
2018-09-15 00:55:42 +02:00
SilverShop\Extension\ShopConfigExtension:
base_currency: USD
SilverShop\Model\Address:
extensions:
2021-06-19 22:22:44 +02:00
- A2nt\CMSNiceties\Extensions\AddressExtension
2018-09-15 00:55:42 +02:00
SilverShop\Cart\ShoppingCartController:
extensions:
2021-06-19 22:22:44 +02:00
- A2nt\CMSNiceties\Extensions\ShoppingCartControllerExtension
2021-06-19 22:22:44 +02:00
A2nt\CMSNiceties\Templates\DeferedRequirements:
2018-09-15 00:55:42 +02:00
custom_requirements:
SilverShop\Page\AccountPageController:
- SilverShop.Page.CheckoutPageController.js
- SilverShop.Page.CheckoutPageController.css