[
    {
        "id": "modaldelete_message",
        "component": "component_message",
        "message": "Êtes-vous sûr de vouloir effectuer cette action ?",
        "adjust": {
            "align": "center",
            "top": "",
            "left": "",
            "right": "",
            "bottom": "",
            "width": ""
        }
    },
    {
        "id": "modale_supprimer_button",
        "component": "component_form_button",
        "conf_button": [
            {"label": "Confirmer", "action": "confirmer", "class": "tb_button_red"},
            {"label": "Annuler", "action": "action_close", "class": "tb_button_gray"}
        ],
        "adjust": {
            "align": "center",
            "top": "30px",
            "left": "",
            "right": "",
            "bottom": "",
            "width": ""
        }
    }
] 