diff --git a/gamuform_options.php b/gamuform_options.php index 6977721..c54d3e4 100644 --- a/gamuform_options.php +++ b/gamuform_options.php @@ -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', - ) - ] -];