mirror of
https://github.com/a2nt/silverstripe-webpack.git
synced 2024-10-22 17:05:31 +02:00
18 lines
537 B
YAML
18 lines
537 B
YAML
|
---
|
||
|
Name: 'webapp-map'
|
||
|
After:
|
||
|
- 'silverstripe-mapboxfield'
|
||
|
- 'addressable'
|
||
|
---
|
||
|
SilverStripe\Core\Injector\Injector:
|
||
|
A2nt\SilverStripeMapboxField\MarkerExtension:
|
||
|
properties:
|
||
|
geocoder: %$Symbiote\Addressable\MapboxGeocodeService
|
||
|
Symbiote\Addressable\GeocodeServiceInterface:
|
||
|
class: Symbiote\Addressable\MapboxGeocodeService
|
||
|
|
||
|
Symbiote\Addressable\MapboxGeocodeService:
|
||
|
mapbox_api_key: ''
|
||
|
A2nt\SilverStripeMapboxField\MapboxField:
|
||
|
map_style: 'mapbox://styles/mapbox/streets-v9' #'mapbox://styles/mapbox/light-v10'
|