nom: 'parametrer pdf'
logo: 'pdf.png'
icone_barre: 'pdf.png'
parametres:
  -
   saisie: 'hidden'
   options:
     nom: 'modele'
     defaut: 'doc'
  -
    saisie: 'selecteur_document'
    options:
      nom: 'id_document'
      label: 'choisir un document'
      obligatoire: 'oui'
    verifier:
      type: 'id_document'
  -
    saisie: 'input'
    options:
      nom: 'hauteur'
      label: "hauteur en pixel (sans px)"
      cacher_option_intro: 'oui'
      obligatoire: 'non'
    verifier:
      type: 'entier'
      options :
        min : 400
  -
    saisie: 'input'
    options:
      nom: 'largeur'
      label: "largeur en pixel (sans px)"     
      cacher_option_intro: 'oui'
      obligatoire: 'non'
    verifier:
      type: 'entier'
      options :
        min : 200      
  -      
    saisie: 'selection'
    options:
      nom: 'align'
      label: "alignement"
      cacher_option_intro: 'oui'
      defaut: 'center'     
      datas:
        'right' : 'droite'
        'center' : 'centrer'
        'left' : 'gauche'         
  