/**
  * {@inheritdoc}
  */
 public function getConfigurationFields()
 {
     return array_merge(parent::getConfigurationFields(), ['pimGrouped' => ['type' => 'choice', 'options' => ['choices' => $this->associationTypeManager->getAssociationTypeChoices(), 'help' => 'pim_prestashop_connector.export.pimGrouped.help', 'label' => 'pim_prestashop_connector.export.pimGrouped.label', 'attr' => ['class' => 'select2']]]]);
 }