$form['widget_config']['#title']=$this->t('Configure the %widget widget',['%widget'=>$this->getWidgetPluginManager()->getDefinition($widget)['label']]);
$form['widget_configs']['#type']='details';
$form['widget_config']['#open']=$facet->isNew();
$form['widget_configs']['#title']=$this->t('Configure the %widget widget',['%widget'=>$this->getWidgetPluginManager()->getDefinition($widget)['label']]);