Commit 601cdb35 by Julien Jorry

Geoloc prestataire : by default visible on map

parent c61aed92
......@@ -33,6 +33,7 @@ class GeolocPrestataireFormType extends AbstractType
->add('enabled', CheckboxType::class, [
'label' => 'Visible sur la carte ?',
'required' => false,
'data' => true,
'label_attr' => ['class' => 'checkbox-inline'],
])
->add('geoloc', GeolocFormType::class, [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment