un peu de doc

This commit is contained in:
Christophe 2022-03-30 17:49:45 +02:00
parent 5f14275fb3
commit fd3a608ca0

View file

@ -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',
)
]
];