diff --git a/symfony/ux-google-map/2.19/manifest.json b/symfony/ux-google-map/2.19/manifest.json new file mode 100644 index 000000000..3a7bc437f --- /dev/null +++ b/symfony/ux-google-map/2.19/manifest.json @@ -0,0 +1,11 @@ +{ + "conflict": { + "symfony/flex": "<1.20.0 || >=2.0.0,<2.3.0" + }, + "env": { + "#1": "Options available at https://github.com/symfony/symfony-ux/blob/2.x/src/Map/src/Bridge/Google/README.md", + "#2": "", + "GOOGLE_MAPS_API_KEY": "# Get your API key at https://developers.google.com/maps/documentation/javascript/get-api-key", + "UX_MAP_DSN": "google://%env(GOOGLE_MAPS_API_KEY)%@default" + } +} diff --git a/symfony/ux-leaflet-map/2.19/manifest.json b/symfony/ux-leaflet-map/2.19/manifest.json new file mode 100644 index 000000000..39420ee47 --- /dev/null +++ b/symfony/ux-leaflet-map/2.19/manifest.json @@ -0,0 +1,10 @@ +{ + "conflict": { + "symfony/flex": "<1.20.0 || >=2.0.0,<2.3.0" + }, + "env": { + "#1": "Options available at https://github.com/symfony/symfony-ux/blob/2.x/src/Map/src/Bridge/Leaflet/README.md", + "#2": "", + "UX_MAP_DSN": "leaflet://default" + } +} diff --git a/symfony/ux-map/2.19/config/packages/ux_map.yaml b/symfony/ux-map/2.19/config/packages/ux_map.yaml new file mode 100644 index 000000000..ce0f0c75f --- /dev/null +++ b/symfony/ux-map/2.19/config/packages/ux_map.yaml @@ -0,0 +1,3 @@ +ux_map: + # https://symfony.com/bundles/ux-map/current/index.html#available-renderers + renderer: '%env(resolve:default::UX_MAP_DSN)%' diff --git a/symfony/ux-map/2.19/manifest.json b/symfony/ux-map/2.19/manifest.json new file mode 100644 index 000000000..22f6b800b --- /dev/null +++ b/symfony/ux-map/2.19/manifest.json @@ -0,0 +1,11 @@ +{ + "bundles": { + "Symfony\\UX\\Map\\UXMapBundle": ["all"] + }, + "conflict": { + "symfony/flex": "<1.20.0 || >=2.0.0,<2.3.0" + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/symfony/ux-map/2.19/post-install.txt b/symfony/ux-map/2.19/post-install.txt new file mode 100644 index 000000000..814b7c24c --- /dev/null +++ b/symfony/ux-map/2.19/post-install.txt @@ -0,0 +1,6 @@ + * You're near ready to use the Symfony UX Map component. You can create your first map + by using the Map 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 + https://symfony.com/bundles/ux-map/current/index.html#available-renderers. + + * Read the documentation at https://symfony.com/bundles/ux-map/current/index.html