PSR
This commit is contained in:
parent
42b0e55690
commit
f78e914195
1 changed files with 4 additions and 4 deletions
|
@ -7,22 +7,22 @@ function inc_gamucontact_dist(){
|
|||
$saisies = [
|
||||
[
|
||||
'saisie' => 'input',
|
||||
'options' => array(
|
||||
'options' => [
|
||||
'nom' => 'nom',
|
||||
'label' => '<:gamucontact:votre_nom:>',
|
||||
'obligatoire' => 'oui',
|
||||
'class' => 'w100',
|
||||
//'fonction' => 'ma_super_fonction'
|
||||
)
|
||||
]
|
||||
],
|
||||
[
|
||||
'saisie' => 'input',
|
||||
'options' => array(
|
||||
'options' => [
|
||||
'nom' => 'email_contact',
|
||||
'label' => '<:gamucontact:votre_email:>',
|
||||
'class' => 'w100',
|
||||
'obligatoire' => 'oui',
|
||||
)
|
||||
]
|
||||
],
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue