mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-11-29 03:24:37 +01:00
Use the insertTag replacer of the toolkit.
This commit is contained in:
@@ -113,8 +113,8 @@ $container['leaflet.definition.builder'] = $container->share(function($container
|
||||
return $boot->initializeLeafletBuilder($leaflet);
|
||||
});
|
||||
|
||||
$container['leaflet.frontend.value-filter'] = $container->share(function() {
|
||||
return new ValueFilter(new InsertTagReplacer());
|
||||
$container['leaflet.frontend.value-filter'] = $container->share(function($container) {
|
||||
return new ValueFilter($container['toolkit.insert-tag-replacer']);
|
||||
});
|
||||
|
||||
$container['leaflet.service-container'] = $container->share(function($container) {
|
||||
|
||||
Reference in New Issue
Block a user