Przeglądaj źródła

Ajout champs subscribeNewsletter au formulaire d'inscription

reduction
Guillaume 4 lat temu
rodzic
commit
151b8696c1
1 zmienionych plików z 5 dodań i 0 usunięć
  1. +5
    -0
      ShopBundle/Form/RegistrationType.php

+ 5
- 0
ShopBundle/Form/RegistrationType.php Wyświetl plik

@@ -33,6 +33,11 @@ class RegistrationType extends AbstractType
])
->add('lastName', TextType::class, [
'label' => 'Nom'
])
->add('subscribeNewsletter', CheckboxType::class, [
'label' => 'S\'inscrire à la newsletter',
'required' => false,
'mapped' => false
]);
}


Ładowanie…
Anuluj
Zapisz