vue formulaire, utilisation de formRow pour tous
[zf2.biz/galerie.git] / module / Galerie / src / Galerie / Form / galerie.form.config.php
index bb2c8c7..6c22bc7 100644 (file)
@@ -18,7 +18,7 @@ return array(
     array(
         'name' => 'description',
         'attributes' => array(
-            'type' => 'text',
+            'type' => 'textarea',
         ),
         'options' => array(
             'label' => $this->translate('Galerie_form_label_description'),