[
  {
    "id": "search_groupe",
    "component": "component_form_field_select",
    "label": "Groupe",
    "adjust": {
      "align": "center",
      "top": "",
      "left": "",
      "right": "",
      "bottom": "",
      "width": "100%"
    }
  },
  {
    "id": "search_num",
    "component": "component_form_field_text",
    "label": "Numéro",
    "placeholder": "Numéro",
    "adjust": {
      "align": "center",
      "top": "20px",
      "left": "",
      "right": "",
      "bottom": "",
      "width": "100%"
    }
  },
  {
    "id": "search_title",
    "component": "component_form_field_text",
    "label": "Titre",
    "placeholder": "Titre",
    "adjust": {
      "align": "center",
      "top": "20px",
      "left": "",
      "right": "",
      "bottom": "",
      "width": "100%"
    }
  },
  {
    "id": "search_status",
    "component": "component_form_field_select",
    "label": "Statut",
    "adjust": {
      "align": "center",
      "top": "20px",
      "left": "",
      "right": "",
      "bottom": "",
      "width": "100%"
    }
  },
  {
    "id": "search_priority",
    "component": "component_form_field_select",
    "label": "Priorité",
    "adjust": {
      "align": "center",
      "top": "20px",
      "left": "",
      "right": "",
      "bottom": "",
      "width": "100%"
    }
  },
  {
    "id": "search_requester",
    "component": "component_form_field_text",
    "label": "Demandeur",
    "placeholder": "",
    "adjust": {
      "align": "center",
      "top": "20px",
      "left": "",
      "right": "",
      "bottom": "",
      "width": "100%"
    }
  },
  {
    "id": "search_requester_email",
    "component": "component_form_field_text",
    "label": "Email du demandeur",
    "placeholder": "exemple@email.com",
    "adjust": {
      "align": "center",
      "top": "20px",
      "left": "",
      "right": "",
      "bottom": "",
      "width": "100%"
    }
  },
  {
    "id": "search_assigned",
    "component": "component_form_field_select",
    "label": "Assigné à",
    "adjust": {
      "align": "center",
      "top": "20px",
      "left": "",
      "right": "",
      "bottom": "",
      "width": "100%"
    }
  },
  {
    "id": "search_category",
    "component": "component_form_field_select",
    "label": "Catégorie",
    "adjust": {
      "align": "center",
      "top": "20px",
      "left": "",
      "right": "",
      "bottom": "",
      "width": "100%"
    }
  },
  {
    "id": "search_criticite",
    "component": "component_form_field_select",
    "label": "Criticité",
    "adjust": {
      "align": "center",
      "top": "20px",
      "left": "",
      "right": "",
      "bottom": "",
      "width": "100%"
    }
  },
  {
    "id": "search_effort",
    "component": "component_form_field_select",
    "label": "Effort",
    "adjust": {
      "align": "center",
      "top": "20px",
      "left": "",
      "right": "",
      "bottom": "",
      "width": "100%"
    }
  },
  {
    "id": "search_client",
    "component": "component_form_field_select",
    "label": "Client",
    "adjust": {
      "align": "center",
      "top": "20px",
      "left": "",
      "right": "",
      "bottom": "",
      "width": "100%"
    }
  },
  {
    "id": "search_event",
    "component": "component_form_field_select",
    "label": "Événement",
    "adjust": {"align":"center","top":"20px","left":"","right":"","bottom":"","width":"100%"}
  },
  {
    "id": "search_product",
    "component": "component_form_field_select",
    "label": "Produit",
    "adjust": {"align":"center","top":"20px","left":"","right":"","bottom":"","width":"100%"}
  },
  {
    "id": "search_tag",
    "component": "component_messagehtml",
    "html": "<label for=\"search_tag_input\" class=\"block mb-2 text-sm font-medium text-gray-900 dark:text-white\">Tag</label><input id=\"search_tag_input\" type=\"text\" list=\"search_tag_list\" class=\"bg-white-50 border text-gray-900 text-sm rounded-lg focus:ring-gray-500 focus:border-gray-500 block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-gray-500 dark:focus:border-gray-500\" placeholder=\"Tag\"/><datalist id=\"search_tag_list\"></datalist>",
    "adjust": {
      "align": "center",
      "top": "20px",
      "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": ""
    }
  }
]
