Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
solverat committed Feb 24, 2020
1 parent 667b044 commit cddf749
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/11_ElementsOverview.md
Expand Up @@ -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
Expand Down

0 comments on commit cddf749

Please sign in to comment.