We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1806ed6 commit 4e233faCopy full SHA for 4e233fa
src/Map/doc/index.rst
@@ -34,6 +34,12 @@ Configuration is done in your ``config/packages/ux_map.yaml`` file:
34
# config/packages/ux_map.yaml
35
ux_map:
36
renderer: '%env(resolve:default::UX_MAP_DSN)%'
37
+
38
+ # Google Maps specific configuration
39
+ google_maps:
40
+ # Configure the default Map Id (https://developers.google.com/maps/documentation/get-map-id),
41
+ # without to manually configure it in each map instance (through "new GoogleOptions(mapId: 'your_map_id')").
42
+ default_map_id: null
43
44
# Google Maps specific configuration
45
google_maps:
0 commit comments