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

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