You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: UPGRADE.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ Just click the "update" button or execute the migration command to finish the bu
9
9
#### Update from Version 3.1.x to Version 3.2.0
10
10
-**[NEW FEATURE]**: Pimcore 6.4.0 and Pimcore 6.5.0 ready
11
11
-**[NEW FEATURE]**: Store Provider added (https://github.com/dachcom-digital/pimcore-toolbox/pull/128)
12
+
-**[IMPROVEMENT]**: Better Google API Key Fetching: Introduces `toolbox.google_maps.browser_api_key` and `toolbox.google_maps.simple_api_key`. Read more about it [here](./docs/11_ElementsOverview.md#google-map)
12
13
-**[BUG FIX]**: Video Autoplay Fix (https://github.com/dachcom-digital/pimcore-toolbox/issues/129)
Copy file name to clipboardExpand all lines: docs/11_ElementsOverview.md
+36-8Lines changed: 36 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -179,26 +179,54 @@ If you want to use a different extension to generate your galleries, just overri
179
179
180
180
## Google Map
181
181
Create a Google Map Element. You're able to define one or multiple markers. Toolbox will automatically generate the long/lat information after saving the document.
182
-
Please make sure that you've included a valid google maps api key. Include the script tag in your footer:
To get a valid API Key you need to follow those steps:
185
+
- Create [a valid google maps api key](https://developers.google.com/maps/documentation/javascript/get-api-key)
186
+
- Enable two APIs: Geocoding API, Maps Javascript API
187
+
- Generate an API Key
188
+
- Copy API Key
189
+
190
+
### Key Integration
191
+
You have three ways to integrate your Keys.
187
192
188
-
Now head into the pimcore-backend, open systemsettings, navigate to Google Credentials & API Keys and insert the api key for google maps into the browser-api-key-field:
193
+
#### I. Pimcore Configuration
194
+
195
+
> Note: This is the recommended way to integrate GM Keys!
196
+
197
+
Head into the pimcore backend, open system settings, navigate to Google Credentials & API Keys and insert the api key for google maps into the browser-api-key-field:
0 commit comments