mirror of
https://github.com/a2nt/silverstripe-webpack.git
synced 2024-10-22 17:05:31 +02:00
20 lines
507 B
Plaintext
20 lines
507 B
Plaintext
|
---
|
||
|
Name: shop
|
||
|
---
|
||
|
SilverStripe\Core\Injector\Injector:
|
||
|
SilverShop\Checkout\SinglePageCheckoutComponentConfig:
|
||
|
class: Site\Models\CheckoutNoDeliveryConfig
|
||
|
|
||
|
SilverShop\Extension\ShopConfigExtension:
|
||
|
base_currency: USD
|
||
|
|
||
|
SilverShop\Model\Address:
|
||
|
extensions:
|
||
|
- Site\Extensions\AddressExtension
|
||
|
|
||
|
Site\Templates\DeferedRequirements:
|
||
|
custom_requirements:
|
||
|
SilverShop\Page\AccountPageController:
|
||
|
- SilverShop.Page.CheckoutPageController.js
|
||
|
- SilverShop.Page.CheckoutPageController.css
|