From 3f824512233f29fe7b8fe3b28ab89d755fc8e195 Mon Sep 17 00:00:00 2001 From: tofulm Date: Fri, 12 Mar 2021 16:17:19 +0100 Subject: [PATCH] textarea ajout class w100 --- gamucontact_options.php | 1 + 1 file changed, 1 insertion(+) diff --git a/gamucontact_options.php b/gamucontact_options.php index 6baad2e..25049f1 100644 --- a/gamucontact_options.php +++ b/gamucontact_options.php @@ -50,6 +50,7 @@ $GLOBALS['gamucontact'] = [ 'nom' => 'texte', 'label' => 'Message', 'obligatoire' => 'oui', + 'class' => 'w100', 'rows' => 4 //'fonction' => 'ma_super_fonction' )