Skip to content

Commit cddf749

Browse files
committed
fix docs
1 parent 667b044 commit cddf749

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/11_ElementsOverview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,8 @@ Now you can include the script tag in your footer:
246246
| `map_options` | array | Map Zoom | [] |
247247
| `map_style_url` | string | Define a custom map style (path to json) | false |
248248
| `marker_icon` | string | Define a custom marker_icon (path to icon) | false |
249-
| `map_api_key` | string | Set a custom map api key. To extend the daily request to 2.500 per day. This parameter tries to load the browser api key from the system settings! This key is used by frontend-api-requests | `'%pimcore_system_config.services.google.browserapikey%'` |
250-
| `simple_api_key` | string | Set a custom simple api key. To extend the daily request to 2.500 per day. This parameter tries to load the server api key from the system settings! This key is used by backend-api-requests | `'%pimcore_system_config.services.google.simpleapikey%'` |
249+
| `map_api_key` | string | Set a custom map api key. To extend the daily request to 2.500 per day. This key is used by frontend-api-requests | `'%toolbox.google_maps.browser_api_key%'` |
250+
| `simple_api_key` | string | Set a custom simple api key. To extend the daily request to 2.500 per day. This key is used by backend-api-requests | `'%toolbox.google_maps.simple_api_key%'` |
251251

252252
**Example**
253253
```yaml

0 commit comments

Comments
 (0)