Explorar el Código

Inscription : ajout du téléphone

feature/export_comptable
Guillaume hace 4 años
padre
commit
528f22d5fd
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. +4
    -0
      ShopBundle/Form/Frontend/RegistrationType.php

+ 4
- 0
ShopBundle/Form/Frontend/RegistrationType.php Ver fichero

@@ -37,6 +37,10 @@ class RegistrationType extends AbstractType
'label' => 'field.default.lastname',
'translation_domain' => 'lcshop',
])
->add('phone', TextType::class, [
'label' => 'field.default.phone',
'translation_domain' => 'lcshop',
])
->add('subscribeNewsletter', CheckboxType::class, [
'label' => 'field.default.subscribeNewsletter',
'required' => false,

Cargando…
Cancelar
Guardar