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