-
-
Notifications
You must be signed in to change notification settings - Fork 487
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Map] Specify "renderer" option, even if empty
- Loading branch information
Showing
2 changed files
with
4 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
ux_map: | ||
# https://symfony.com/bundles/ux-map/current/index.html#available-renderers | ||
# renderer: '%env(UX_MAP_DSN)%' | ||
renderer: '%env(resolve:default::UX_MAP_DSN)%' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,6 @@ | ||
* You're near ready to use the Symfony UX Map component. You can create your first map | ||
by using the <info>Map</info> class, but you will not be able to render it yet until you: | ||
|
||
1. Install the Symfony UX Map Bridge you want to use, they can be | ||
found at <comment>https://symfony.com/bundles/ux-map/current/index.html#available-renderers</>. | ||
2. Uncomment the <info># renderer: '%env(UX_MAP_DSN)%'</> line | ||
in <comment>config/packages/ux_map.yaml</>; | ||
by using the <info>Map</info> class, but you will not be able to render it yet until you | ||
install the Symfony UX Map Bridge you want to use, they can be found at | ||
<comment>https://symfony.com/bundles/ux-map/current/index.html#available-renderers</>. | ||
|
||
* <fg=blue>Read</> the documentation at <comment>https://symfony.com/bundles/ux-map/current/index.html</> |