[
  {
    "id": "search_suggestion",
    "component": "component_form_field_text",
    "label": "Suggestion",
    "placeholder": "Suggestion",
    "adjust": {
      "align": "center",
      "top": "",
      "left": "",
      "right": "",
      "bottom": "",
      "width": "100%"
    }
  },
  {
    "id": "search_statut",
    "component": "component_form_selectbasic",
    "label": "Statut",
    "list": [
      {"uid": "suggestion", "name": "suggestion"},
      {"uid": "suggestion_validee", "name": "suggestion_validee"},
      {"uid": "solution_proposition", "name": "solution_proposition"},
      {"uid": "solution_valide", "name": "solution_valide"},
      {"uid": "solution_prompt", "name": "solution_prompt"},
      {"uid": "solution_en_prod", "name": "solution_en_prod"}
    ],
    "adjust": {
      "align": "center",
      "top": "10px",
      "left": "",
      "right": "",
      "bottom": "",
      "width": "100%"
    }
  },
  {
    "id": "search_note",
    "component": "component_form_field_text",
    "label": "Note",
    "placeholder": "Note",
    "adjust": {"align": "center", "top": "10px", "left": "", "right": "", "bottom": "", "width": "100%"}
  },
  {
    "id": "search_ref_produit",
    "component": "component_form_field_select",
    "label": "Produit",
    "adjust": {"align":"center","top":"10px","left":"","right":"","bottom":"","width":"100%"}
  },
  {
    "id": "search_ref_client",
    "component": "component_form_field_select",
    "label": "Client",
    "adjust": {"align":"center","top":"10px","left":"","right":"","bottom":"","width":"100%"}
  },
    {
      "id": "search_version_produit",
      "component": "component_form_field_text",
      "label": "Version produit",
      "placeholder": "Version produit",
      "adjust": {"align":"center","top":"10px","left":"","right":"","bottom":"","width":"100%"}
    },
    {
      "id": "search_effort",
      "component": "component_form_field_text",
      "label": "Effort",
      "placeholder": "Effort",
      "adjust": {"align":"center","top":"10px","left":"","right":"","bottom":"","width":"100%"}
    },
    {
      "id": "search_priorite",
      "component": "component_form_selectbasic",
      "label": "Priorité",
      "list": [
        {"uid": "basse", "name": "Basse"},
        {"uid": "moyenne", "name": "Moyenne"},
        {"uid": "haute", "name": "Haute"}
      ],
      "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": ""
    }
  }
]
