From 7ae335a716677d1803a12223544b1ca65a551d43 Mon Sep 17 00:00:00 2001 From: Ryan Prather Date: Sun, 22 Dec 2024 22:45:33 +0000 Subject: [PATCH] Add stimulus and ux-map bundles --- config/bundles.php | 2 ++ config/packages/ux_map.yaml | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 config/packages/ux_map.yaml diff --git a/config/bundles.php b/config/bundles.php index 12e7c8a..0911750 100644 --- a/config/bundles.php +++ b/config/bundles.php @@ -12,4 +12,6 @@ return [ Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true], Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true], Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle::class => ['dev' => true, 'test' => true], + Symfony\UX\StimulusBundle\StimulusBundle::class => ['all' => true], + Symfony\UX\Map\UXMapBundle::class => ['all' => true], ]; diff --git a/config/packages/ux_map.yaml b/config/packages/ux_map.yaml new file mode 100644 index 0000000..04e39a2 --- /dev/null +++ b/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)%"