[
  {
    "id": "select_groupe_mod",
    "component": "component_form_field_select",
    "label": "Groupe",
    "adjust": {
      "align": "center",
      "top": "",
      "left": "",
      "right": "",
      "bottom": "",
      "width": "100%"
    }
  },
  {
    "id": "remap_group_help",
    "component": "component_messagehtml",
    "html": "",
    "adjust": {
      "align": "center",
      "top": "15px",
      "left": "",
      "right": "",
      "bottom": "",
      "width": "100%"
    }
  },
  {
    "id": "select_status_mod",
    "component": "component_form_field_select",
    "label": "Statut",
    "placeholder": "Statut",
    "adjust": {
      "align": "center",
      "top": "20px",
      "left": "",
      "right": "",
      "bottom": "",
      "width": "100%"
    }
  },
  {
    "id": "form_titre_ticket_mod",
    "component": "component_form_field_text",
    "label": "Titre",
    "placeholder": "Titre",
    "adjust": {
      "align": "center",
      "top": "20px",
      "left": "",
      "right": "",
      "bottom": "",
      "width": "100%"
    }
  },
  {
    "id": "select_client_mod",
    "component": "component_form_field_select",
    "label": "Associer le ticket à un client (liste des clients du groupe)",
    "placeholder": "Associer le ticket à un client (liste des clients du groupe)",
    "adjust": {
      "align": "center",
      "top": "20px",
      "left": "",
      "right": "",
      "bottom": "",
      "width": "100%"
    }
  },
  {
    "id": "tag_mod",
    "component": "component_messagehtml",
    "html": "<div class=\"tb_field_text\"><label for=\"tag_mod_input\" class=\"block mb-2 text-sm font-medium text-gray-900 dark:text-white\">Tag</label><input id=\"tag_mod_input\" type=\"text\" list=\"tag_mod_list\" placeholder=\"Ajouter un tag\" 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\"/><datalist id=\"tag_mod_list\"></datalist></div>",
    "adjust": {
      "align": "center",
      "top": "20px",
      "left": "",
      "right": "",
      "bottom": "",
      "width": "100%"
    }
  },
  {
    "id": "select_category_mod",
    "component": "component_form_field_select",
    "label": "Catégorie",
    "placeholder": "Catégorie",
    "adjust": {
      "align": "center",
      "top": "20px",
      "left": "",
      "right": "",
      "bottom": "",
      "width": "100%"
    }
  },
  {
    "id": "select_priorite_mod",
    "component": "component_form_field_select",
    "label": "Priorité",
    "placeholder": "Priorité",
    "adjust": {
      "align": "center",
      "top": "20px",
      "left": "",
      "right": "",
      "bottom": "",
      "width": "100%"
    }
  },
  {
    "id": "select_criticite_mod",
    "component": "component_form_field_select",
    "label": "Criticité",
    "placeholder": "Criticité",
    "adjust": {
      "align": "center",
      "top": "20px",
      "left": "",
      "right": "",
      "bottom": "",
      "width": "100%"
    }
  },
  {
    "id": "select_effort_mod",
    "component": "component_form_field_select",
    "label": "Effort",
    "placeholder": "Effort",
    "adjust": {
      "align": "center",
      "top": "20px",
      "left": "",
      "right": "",
      "bottom": "",
      "width": "100%"
    }
  },
  {
    "id": "file_traiter",
    "component": "component_form_upload",
    "label": "Télécharger un fichier",
    "placeholder": "Télécharger un fichier",
    "adjust": {
      "align": "left",
      "top": "20px",
      "left": "",
      "right": "",
      "bottom": "",
      "width": "100%"
    }
  },
  {
    "id": "file_reference",
    "component": "component_messagehtml",
    "html": "",
    "adjust": {
      "align": "left",
      "top": "10px",
      "left": "",
      "right": "",
      "bottom": "",
      "width": "100%"
    }
  },
  {
    "id": "select_procedure_mod",
    "component": "component_form_field_select",
    "label": "Procédure associée",
    "placeholder": "Procédure associée",
    "adjust": {
      "align": "center",
      "top": "20px",
      "left": "",
      "right": "",
      "bottom": "",
      "width": "100%"
    }
  },
  {
    "id": "select_event_mod",
    "component": "component_form_field_select",
    "label": "Événement associé",
    "placeholder": "Événement associé",
    "adjust": {"align":"center","top":"20px","left":"","right":"","bottom":"","width":"100%"}
  },
  {
    "id": "select_product_mod",
    "component": "component_form_field_select",
    "label": "Produit associé",
    "placeholder": "Produit associé",
    "adjust": {"align":"center","top":"20px","left":"","right":"","bottom":"","width":"100%"}
  },
  
  {
    "id": "select_assign_mod",
    "component": "component_form_field_select",
    "label": "Assigner à",
    "placeholder": "Assigner à",
    "adjust": {
      "align": "center",
      "top": "20px",
      "left": "",
      "right": "",
      "bottom": "",
      "width": "100%"
    }
  },
  {
    "id": "modale_modifier_button",
    "component": "component_form_button",
    "conf_button": [
      {
        "label": "Modifier",
        "action": "modifier",
        "class": "tb_button_green"
      }
    ],
    "adjust": {
      "align": "center",
      "top": "30px",
      "left": "",
      "right": "",
      "bottom": "",
      "width": ""
    }
  }
]
