Add stimulus and ux-map bundles
This commit is contained in:
parent
9decc18f42
commit
7ae335a716
@ -12,4 +12,6 @@ return [
|
|||||||
Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
|
Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
|
||||||
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
|
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
|
||||||
Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle::class => ['dev' => true, 'test' => true],
|
Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle::class => ['dev' => true, 'test' => true],
|
||||||
|
Symfony\UX\StimulusBundle\StimulusBundle::class => ['all' => true],
|
||||||
|
Symfony\UX\Map\UXMapBundle::class => ['all' => true],
|
||||||
];
|
];
|
||||||
|
3
config/packages/ux_map.yaml
Normal file
3
config/packages/ux_map.yaml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
ux_map:
|
||||||
|
# https://symfony.com/bundles/ux-map/current/index.html#available-renderers
|
||||||
|
renderer: "%env(resolve:default::UX_MAP_DSN)%"
|
Loading…
Reference in New Issue
Block a user