addChild('labels', \Magento\Eav\Block\Adminhtml\Attribute\Edit\Options\Labels::class); $this->addChild('options', \Magento\Eav\Block\Adminhtml\Attribute\Edit\Options\Options::class); return parent::_prepareLayout(); } /** * {@inheritdoc} * @return string */ protected function _toHtml() { return $this->getChildHtml(); } }