[
    {
        "id": "modale_archiver_message",
        "component": "component_message",
        "message": "Choose an archiving option if this agent is assigned to tickets.",
        "adjust": {
            "align": "center",
            "top": "",
            "left": "",
            "right": "",
            "bottom": "",
            "width": ""
        }
    },
    {
        "id": "modale_archiver_toggle_desaffecter",
        "component": "component_toggle",
        "content": "Unassign the agent from their tickets",
        "adjust": {
            "align": "left",
            "top": "15px",
            "left": "",
            "right": "",
            "bottom": "",
            "width": "100%"
        }
    },
    {
        "id": "modale_archiver_toggle_remplacer",
        "component": "component_toggle",
        "content": "Replace the agent with another agent",
        "adjust": {
            "align": "left",
            "top": "10px",
            "left": "",
            "right": "",
            "bottom": "",
            "width": "100%"
        }
    },
    {
        "id": "modale_archiver_replace_agent",
        "component": "component_form_selectbasic",
        "label": "Replacement agent",
        "list": [],
        "adjust": {
            "align": "center",
            "top": "10px",
            "left": "",
            "right": "",
            "bottom": "",
            "width": "100%"
        }
    },
    {
        "id": "modale_archiver_button",
        "component": "component_form_button",
        "conf_button": [
            {"label": "Confirm archiving", "action": "confirmer", "class": "tb_button_red"},
            {"label": "Cancel", "action": "annuler", "class": "tb_button_gray"}
        ],
        "adjust": {
            "align": "center",
            "top": "30px",
            "left": "",
            "right": "",
            "bottom": "",
            "width": ""
        }
    }
]
