mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-12-03 05:23:49 +01:00
Load after leaflet-libs (See #120)
This commit is contained in:
@@ -44,7 +44,8 @@ class Plugin implements BundlePluginInterface, RoutingPluginInterface
|
|||||||
[
|
[
|
||||||
ContaoCoreBundle::class,
|
ContaoCoreBundle::class,
|
||||||
NetzmachtContaoToolkitBundle::class,
|
NetzmachtContaoToolkitBundle::class,
|
||||||
NetzmachtContaoPageContextBundle::class
|
NetzmachtContaoPageContextBundle::class,
|
||||||
|
'leaflet-libs',
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
->setReplace(['leaflet']),
|
->setReplace(['leaflet']),
|
||||||
|
|||||||
Reference in New Issue
Block a user