[
    {
        "id":"iframe",
        "component":"component_iframe",
        "adjust": {
            "align":"center",
            "top":"",
            "left":"",
            "right":"",
            "bottom":"",
            "width":"100%"
        },
        "url":"*application*/admin/zlib_mod/front/iframe/app/ticket/index.html"
    },
    {
        "id": "list_files",
        "component": "component_messagehtml",
        "html": "",
        "adjust": {
            "align": "left",
            "top": "10px",
            "left": "",
            "right": "",
            "bottom": "10px",
            "width": ""
        }
    },
    {
        "id": "select_mode_reponse",
        "component": "component_form_selectbasic",
        "label": "",
        "list": [
            {
                "uid": "public",
                "name": "Réponse publique"
            },
            {
                "uid": "prive",
                "name": "Note privée"
            }
        ],
        "adjust": {
            "align": "left",
            "top": "10px",
            "left": "",
            "right": "",
            "bottom": "",
            "width": "200px"
        }
    },
    {
      "id": "modale_traiter_email_createur",
      "field_type": "email",
      "component": "component_form_field_text",
      "label": "To :",
      "placeholder": "Email du créateur (optionnel)",
      "adjust": {
        "width": "100%"
      }
    },
    {
      "id": "modale_traiter_cc_emails",
      "component": "component_form_selectbasic",
      "label": "Cc :",
      "placeholder": "CC (optionnel)",
      "list": [],
      "key_post": "modale_traiter_cc_emails",
      "adjust": {
        "width": "100%"
      }
    },
    {
      "id": "modale_traiter_bcc_emails",
      "component": "component_form_selectbasic",
      "label": "Cci :",
      "placeholder": "BCC (optionnel)",
      "list": [],
      "key_post": "modale_traiter_bcc_emails",
      "adjust": {
        "width": "100%"
      }
    },
    {
        "id": "msg",
        "component": "component_form_field_richtext",
        "label": "",
        "adjust": {
            "align": "center",
            "top": "",
            "left": "",
            "right": "",
            "bottom": "",
            "width": "100%",
            "height": "auto"
        },
        "allowMedia": true,
        "customModifyButton": {
            
        },
        "customButtons": [

        ]
    },
    {
        "id": "file_msg_traiter",
        "component": "component_form_uploaddrag",
        "label": "Joindre des fichiers au message",
        "placeholder": "Glissez vos fichiers ici ou cliquez pour sélectionner",
        "formats": "jpg,jpeg,png,gif,pdf,doc,docx,xls,xlsx,txt,zip",
        "taille_max": "10",
        "adjust": {
            "align": "center",
            "top": "10px",
            "left": "",
            "right": "",
            "bottom": "",
            "width": "100%"
        }
    },
    {
        "id": "select_assign_traiter",
        "component": "component_form_field_select",
        "label": "Affectation agent",
        "adjust": {
            "align": "left",
            "top": "10px",
            "left": "",
            "right": "10px",
            "bottom": "",
            "width": ""
        }
    },
    {
        "id": "modale_traiter_button",
        "component": "component_form_button",
        "conf_button":
        [
            {
                "label": "Envoyer",
                "action": "envoyer",
                "class": "tb_button_green"
            }
        ],
        "adjust":
        {
            "align": "center",
            "top": "30px",
            "left": "",
            "right": "",
            "bottom": "",
            "width": ""
        }
    }
]