[
  {
    "id": "search_nom",
    "component": "component_form_field_text",
    "label": "Nom",
    "placeholder": "Nom",
    "adjust": {
      "align": "center",
      "top": "",
      "left": "",
      "right": "",
      "bottom": "",
      "width": "100%"
    }
  },
  {
    "id": "search_prenom",
    "component": "component_form_field_text",
    "label": "Prénom",
    "placeholder": "Prénom",
    "adjust": {
      "align": "center",
      "top": "10px",
      "left": "",
      "right": "",
      "bottom": "",
      "width": "100%"
    }
  },
  {
    "id": "search_email",
    "component": "component_form_field_text",
    "label": "Email",
    "placeholder": "Email",
    "adjust": {
      "align": "center",
      "top": "10px",
      "left": "",
      "right": "",
      "bottom": "",
      "width": "100%"
    }
  },
  {
    "id": "search_role",
    "component": "component_form_field_text",
    "label": "Rôle",
    "placeholder": "Rôle",
    "adjust": {
      "align": "center",
      "top": "10px",
      "left": "",
      "right": "",
      "bottom": "",
      "width": "100%"
    }
  },
  {
    "id": "search_groupe",
    "component": "component_form_field_select",
    "label": "Groupe",
    "placeholder": "Groupe",
    "adjust": {
      "align": "center",
      "top": "10px",
      "left": "",
      "right": "",
      "bottom": "",
      "width": "100%"
    }
  },
  {
    "id": "search_status",
    "component": "component_form_field_text",
    "label": "Statut",
    "placeholder": "Statut",
    "adjust": {
      "align": "center",
      "top": "10px",
      "left": "",
      "right": "",
      "bottom": "",
      "width": "100%"
    }
  },
  {
    "id": "search_disponible",
    "component": "component_form_field_text",
    "label": "Disponible",
    "placeholder": "Disponible",
    "adjust": {
      "align": "center",
      "top": "10px",
      "left": "",
      "right": "",
      "bottom": "",
      "width": "100%"
    }
  },
  {
    "id": "modale_recherche_button",
    "component": "component_form_button",
    "conf_button": [
      {
        "label": "Rechercher",
        "action": "rechercher",
        "class": "tb_button_green"
      }
    ],
    "adjust": {
      "align": "center",
      "top": "30px",
      "left": "",
      "right": "",
      "bottom": "",
      "width": ""
    }
  }
]
