Skip to content

Commit 5c69c15

Browse files
author
priyashantha
committed
updated README.md showing api_key config override in yml
1 parent 2081614 commit 5c69c15

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ You can also search for locations using the search box, which uses the Google Ma
1515
|------|-------|-----------|
1616
|`field_names`|See `GoogleMapField.yml`'s `default_options.field_names`|A map of field names to save the map data into your object.|
1717

18+
##### make sure `api_key` config added in site yml file
19+
```$xslt
20+
BetterBrief\GoogleMapField\GoogleMapField:
21+
default_options:
22+
api_key: 'GOOGLE_API_KEY'
23+
```
24+
1825
##### `Field` options
1926

2027
|Option|Default|Description|

0 commit comments

Comments
 (0)