public function configure()
 {
     parent::configure();
 }
 protected function setupInheritance()
 {
     parent::setupInheritance();
     $this->widgetSchema->setNameFormat('structure_language[%s]');
 }