templates/areas/map/view.html.twig line 1

Open in your IDE?
  1. <section class="area-map">
    
        {{
            pimcore_renderlet('map', {
                controller: 'App\\Controller\\DefaultController::MapRenderletAction',
                title: 'Drag the Service Providers folder here',
                height: 'auto'
            })
        }}
    
    </section>