소스 검색

Correction affichage création des liens

François Drouhard 1 년 전
부모
커밋
c5da429729
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/Form/MediaVideoType.php

+ 2 - 2
src/Form/MediaVideoType.php

@@ -16,8 +16,8 @@ class MediaVideoType extends AbstractType
     public function buildForm(FormBuilderInterface $builder, array $options)
     {
         $builder->add('url', TextType::class, array(
-            'label' => 'Url de la vidéo',
-            'required'  =>false
+            'label'     => false,
+            'row_attr'  => ['class' =>  'input-group']
         ));
     }/**
      * {@inheritdoc}