setId('design_tabs'); $this->setDestElementId('design-edit-form'); $this->setTitle(__('Design Change')); } /** * {@inheritdoc} */ protected function _prepareLayout() { $this->addTab( 'general', [ 'label' => __('General'), 'content' => $this->getLayout()->createBlock( \Magento\Backend\Block\System\Design\Edit\Tab\General::class )->toHtml() ] ); return parent::_prepareLayout(); } }