_initWidgetInstance(); $block = $this->getRequest()->getParam('block'); $selected = $this->getRequest()->getParam('selected', null); $templateChooser = $this->_view->getLayout()->createBlock( 'Magento\Widget\Block\Adminhtml\Widget\Instance\Edit\Chooser\Template' )->setSelected( $selected )->setWidgetTemplates( $widgetInstance->getWidgetSupportedTemplatesByContainer($block) ); $this->setBody($templateChooser->toHtml()); } }