/**
  * {@inheritdoc}
  */
 public function submitConfigurationForm(array &$form, FormStateInterface $form_state)
 {
     $this->configuration['show_id'] = $form_state->getValue('show_id');
     $this->configuration['compare_alt_field'] = $form_state->getValue('compare_alt_field');
     $this->configuration['compare_title_field'] = $form_state->getValue('compare_title_field');
     $this->configuration['property_separator'] = $form_state->getValue('property_separator');
     parent::submitConfigurationForm($form, $form_state);
 }
 /**
  * {@inheritdoc}
  */
 public function submitConfigurationForm(array &$form, FormStateInterface $form_state)
 {
     $this->configuration['compare_format'] = $form_state->getValue('compare_format');
     parent::submitConfigurationForm($form, $form_state);
 }
 /**
  * {@inheritdoc}
  */
 public function submitConfigurationForm(array &$form, FormStateInterface $form_state)
 {
     $this->configuration['show_name'] = $form_state->getValue('show_name');
     $this->configuration['show_id'] = $form_state->getValue('show_id');
     parent::submitConfigurationForm($form, $form_state);
 }