Skip to content

wedevelopnl/silverstripe-elemental-maps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SilverStripe Elemental Maps

For compatibility with sheadawson/silverstripe-linkable please use v1.x

Description

Google Maps element for Elemental

Config

Add the Google Maps API key:

TheWebmen\ElementalMaps\Model\ElementalMaps:
  maps_api_key: 'API_KEY'

Or add the following variable to your .env:

WDVLP_ELEMENTAL_MAPS_API_KEY='API_KEY'

Upgrading from v1.x to v2.x

In v2.x sheadawson/silverstripe-linkable is replaced by gorriecoe/silverstripe-linkfield. When upgrading, you need to be aware of the fact that the links needs to get migrated.

You may can use https://github.com/dynamic/silverstripe-link-migrator (as refer) to do this migration .