[
    {
        "id": "modale_modifier_datafield1",
        "component": "component_form_field_text",
        "label": "Datafield1",
        "placeholder":"Datafield1",
        "help": "Datafield1",
        "adjust":
        {
            "align": "center",
            "top": "10px",
            "left": "",
            "right": "",
            "bottom": "10px",
            "width": "100%"
        }
    },
    {
        "id": "modale_modifier_button",
        "component": "component_form_button",
        "conf_button":
        [
            {
                "label": "Enregistrer",
                "action": "enregistrer",
                "class": "tb_button_green"
            }
        ],
        "adjust":
        {
            "align": "center",
            "top": "30px",
            "left": "",
            "right": "",
            "bottom": "",
            "width": ""
        }
    }
]