
plugin.tx_anfahrt_pi1 {
    userFunc = Colorcube\Anfahrt\Controller\Plugin->main

    view.templateRootPath = EXT:anfahrt/Resources/Private/Templates/

    settings {
        width = 100%
        height = 38rem
        zoom = 14

        # mapProvider = google
        mapProvider = leaflet
        
        googleApiKey = 

        leafletTilesUrl = https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png
        leafletAttribution = &copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors
    }

}
