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

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