templates/areas/staff/view.html.twig line 3

Open in your IDE?
  1. <section id"=staff">
  2.     {{
  3.         pimcore_renderlet('stafflist', {
  4.             controller: 'App\\Controller\\DefaultController::staffRenderletAction',
  5.             title: 'Drag the Staff folder (from Objects tree) here',
  6.             height: 'auto'
  7.         })
  8.     }}
  9. </section>