Skip to content

Commit 37f852e

Browse files
committed
[Map] Specify "renderer" option, even if empty
1 parent 7beee0a commit 37f852e

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
ux_map:
22
# https://symfony.com/bundles/ux-map/current/index.html#available-renderers
3-
# renderer: '%env(UX_MAP_DSN)%'
3+
renderer: '%env(resolve:default::UX_MAP_DSN)%'

symfony/ux-map/2.19/post-install.txt

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
* You're near ready to use the Symfony UX Map component. You can create your first map
2-
by using the <info>Map</info> class, but you will not be able to render it yet until you:
3-
4-
1. Install the Symfony UX Map Bridge you want to use, they can be
5-
found at <comment>https://symfony.com/bundles/ux-map/current/index.html#available-renderers</>.
6-
2. Uncomment the <info># renderer: '%env(UX_MAP_DSN)%'</> line
7-
in <comment>config/packages/ux_map.yaml</>;
2+
by using the <info>Map</info> class, but you will not be able to render it yet until you
3+
install the Symfony UX Map Bridge you want to use, they can be found at
4+
<comment>https://symfony.com/bundles/ux-map/current/index.html#available-renderers</>.
85

96
* <fg=blue>Read</> the documentation at <comment>https://symfony.com/bundles/ux-map/current/index.html</>

0 commit comments

Comments
 (0)