3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00
farmOS/modules/core/map/farm_map.services.yml
Symbioquine 3152895f15 Enable the map side panel with layer switcher by default #442
**Why?** Provide a place for more settings and information
to be included on farmOS maps without introducing more and more
border clutter.
2021-09-12 10:23:03 -07:00

10 lines
281 B
YAML

services:
farm_map.map_render_event_subscriber:
class: Drupal\farm_map\EventSubscriber\MapRenderEventSubscriber
arguments:
- '@config.factory'
tags:
- { name: 'event_subscriber' }
farm_map.layer_style_loader:
class: Drupal\farm_map\LayerStyleLoader