From cddf74906514716a2236b4cc558708adaf70db32 Mon Sep 17 00:00:00 2001 From: Stefan Hagspiel Date: Mon, 24 Feb 2020 12:45:13 +0100 Subject: [PATCH] fix docs --- docs/11_ElementsOverview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/11_ElementsOverview.md b/docs/11_ElementsOverview.md index 589b52a4..f89b54d1 100644 --- a/docs/11_ElementsOverview.md +++ b/docs/11_ElementsOverview.md @@ -246,8 +246,8 @@ Now you can include the script tag in your footer: | `map_options` | array | Map Zoom | [] | | `map_style_url` | string | Define a custom map style (path to json) | false | | `marker_icon` | string | Define a custom marker_icon (path to icon) | false | -| `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%'` | -| `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%'` | +| `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%'` | +| `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%'` | **Example** ```yaml