Display a map, directions, and contact info for your location.
- silverstripe/recipe-cms: ^1@dev || ^4@dev
- dnadesign/silverstripe-elemental: ^2@dev || ^3@dev
- dynamic/silverstripe-geocoder: ^1@dev
composer require dynamic/silverstripe-elemental-customer-service
Adds a Customer Service block to display a map, directions and contact info for your location. Userful for a Contact Us page.
In order to use the Geocoder and address map, you will have to create an API key. It can be configured in your YML file like this:
Dynamic\SilverStripeGeocoder\GoogleGeocoder:
geocoder_api_key: 'your-key-here'