small word changes
This commit is contained in:
parent
ce82296fa6
commit
4b3a960e59
|
|
@ -63,7 +63,7 @@ export default class extends Controller {
|
||||||
ajaxSorting: true,
|
ajaxSorting: true,
|
||||||
ajaxFiltering: true,
|
ajaxFiltering: true,
|
||||||
rowHeight: 60,
|
rowHeight: 60,
|
||||||
layout: "fitColumns", // activate French
|
layout: "fitColumns",
|
||||||
columns: [
|
columns: [
|
||||||
{
|
{
|
||||||
title: "Logo",
|
title: "Logo",
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ class UserForm extends AbstractType
|
||||||
->add('phoneNumber', TextType::class, ['required' => false, 'label' => 'Numéro de téléphone'])
|
->add('phoneNumber', TextType::class, ['required' => false, 'label' => 'Numéro de téléphone'])
|
||||||
->add('pictureUrl', FileType::class, [
|
->add('pictureUrl', FileType::class, [
|
||||||
'required' => false,
|
'required' => false,
|
||||||
'label' => 'Logo',
|
'label' => 'Photo de profil',
|
||||||
'mapped' => false, // Important if the entity property is not directly mapped
|
'mapped' => false, // Important if the entity property is not directly mapped
|
||||||
'attr' => ['accept' => 'image/*'],
|
'attr' => ['accept' => 'image/*'],
|
||||||
]);
|
]);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue