un peu de doc
This commit is contained in:
parent
5f14275fb3
commit
fd3a608ca0
1 changed files with 0 additions and 34 deletions
|
@ -14,37 +14,3 @@ if (!defined('_ECRIRE_INC_VERSION')) {
|
|||
}
|
||||
|
||||
|
||||
$GLOBALS['gamuform_objets'] = [ 'auteur' => 'Auteurs'];
|
||||
|
||||
|
||||
$GLOBALS['gamuform_auteur'] = [
|
||||
[
|
||||
'saisie' => 'input',
|
||||
'options' => array(
|
||||
'nom' => 'nom',
|
||||
'libelle' => 'Nom',
|
||||
'label' => 'Votre Nom',
|
||||
'obligatoire' => 'oui',
|
||||
//'fonction' => 'ma_super_fonction'
|
||||
//'modifier' => 'ma_super_fonction_pour_modifier'
|
||||
)
|
||||
],
|
||||
[
|
||||
'saisie' => 'input',
|
||||
'options' => array(
|
||||
'nom' => 'bio',
|
||||
'libelle' => 'Biographie',
|
||||
'label' => 'Votre BIO',
|
||||
'obligatoire' => 'oui',
|
||||
//'fonction' => 'ma_super_fonction'
|
||||
)
|
||||
],
|
||||
[
|
||||
'saisie' => 'input',
|
||||
'options' => array(
|
||||
'nom' => 'nom_site',
|
||||
'libelle' => 'Site Internet',
|
||||
'label' => 'Votre site perso',
|
||||
)
|
||||
]
|
||||
];
|
||||
|
|
Loading…
Add table
Reference in a new issue