[
  {
    "id": "search_nom",
    "component": "component_form_field_text",
    "label": "Configuration name",
    "placeholder": "Configuration name",
    "adjust": {"align":"center","top":"","left":"","right":"","bottom":"","width":"100%"}
  },
  {
    "id": "search_type",
    "component": "component_form_field_text",
    "label": "Configuration type",
    "placeholder": "Configuration type",
    "adjust": {"align":"center","top":"10px","left":"","right":"","bottom":"","width":"100%"}
  },
  {
    "id": "search_description",
    "component": "component_form_field_text",
    "label": "Configuration description",
    "placeholder": "Configuration description",
    "adjust": {"align":"center","top":"10px","left":"","right":"","bottom":"","width":"100%"}
  },
  {
    "id": "search_statut",
    "component": "component_form_field_select",
    "label": "Status",
    "placeholder": "Select a status",
    "adjust": {"align":"center","top":"10px","left":"","right":"","bottom":"","width":"100%"}
  },
  {
    "id": "modale_recherche_button",
    "component": "component_form_button",
    "conf_button": [{"label": "Search", "action": "rechercher", "class": "tb_button_green"}],
    "adjust": {"align":"center","top":"30px","left":"","right":"","bottom":"","width":""}
  }
]
