[
    {
        "id": "modale_modifier_titre",
        "component": "component_form_field_text",
        "label": "Titre",
        "placeholder": "Titre",
        "help": "Titre",
        "adjust": {"align":"center","top":"10px","left":"","right":"","bottom":"10px","width":"100%"}
    },
    {
        "id": "modale_modifier_contexte",
        "component": "component_form_field_textarea",
        "label": "Contexte",
        "placeholder": "Contexte",
        "row": 5,
        "adjust": {"align":"center","top":"10px","left":"","right":"","bottom":"","width":"100%"}
    },
    {
        "id": "modale_modifier_template",
        "component": "component_form_field_richtext",
        "label": "Template",
        "adjust": {"align":"center","top":"","left":"","right":"","bottom":"","width":"100%","height":"400px"},
        "allowMedia": true
    },
    {
        "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":""}
    }
]
