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 = [
|
$saisies = [
|
||||||
[
|
[
|
||||||
'saisie' => 'input',
|
'saisie' => 'input',
|
||||||
'options' => array(
|
'options' => [
|
||||||
'nom' => 'nom',
|
'nom' => 'nom',
|
||||||
'label' => '<:gamucontact:votre_nom:>',
|
'label' => '<:gamucontact:votre_nom:>',
|
||||||
'obligatoire' => 'oui',
|
'obligatoire' => 'oui',
|
||||||
'class' => 'w100',
|
'class' => 'w100',
|
||||||
//'fonction' => 'ma_super_fonction'
|
//'fonction' => 'ma_super_fonction'
|
||||||
)
|
]
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
'saisie' => 'input',
|
'saisie' => 'input',
|
||||||
'options' => array(
|
'options' => [
|
||||||
'nom' => 'email_contact',
|
'nom' => 'email_contact',
|
||||||
'label' => '<:gamucontact:votre_email:>',
|
'label' => '<:gamucontact:votre_email:>',
|
||||||
'class' => 'w100',
|
'class' => 'w100',
|
||||||
'obligatoire' => 'oui',
|
'obligatoire' => 'oui',
|
||||||
)
|
]
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue