mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-11-30 03:54:10 +01:00
Register insert tag replacer.
This commit is contained in:
@@ -82,8 +82,16 @@ services:
|
|||||||
- { name: 'netzmacht.contao_toolkit.component.content_element_factory' }
|
- { name: 'netzmacht.contao_toolkit.component.content_element_factory' }
|
||||||
|
|
||||||
netzmacht.contao_leaflet_maps.frontend.module_factory:
|
netzmacht.contao_leaflet_maps.frontend.module_factory:
|
||||||
class: Netzmacht\Contao\Leaflet\Frontend\Module\MapModuleFactory
|
class: Netzmacht\Contao\Leaflet\Frontend\Module\MapModuleFactory
|
||||||
arguments:
|
arguments:
|
||||||
- '@service_container'
|
- '@service_container'
|
||||||
tags:
|
tags:
|
||||||
- { name: 'netzmacht.contao_toolkit.component.frontend_module_factory' }
|
- { name: 'netzmacht.contao_toolkit.component.frontend_module_factory' }
|
||||||
|
|
||||||
|
netzmacht.contao_leaflet_maps.frontend.insert_tag:
|
||||||
|
class: Netzmacht\Contao\Leaflet\Frontend\InsertTag\LeafletInsertTagParser
|
||||||
|
arguments:
|
||||||
|
- '@netzmacht.contao_leaflet_maps.map.provider'
|
||||||
|
- '%kernel.debug%'
|
||||||
|
tags:
|
||||||
|
- { name: 'netzmacht.contao_toolkit.insert_tag_parser' }
|
||||||
|
|||||||
Reference in New Issue
Block a user