[
    {
        "id": "modale_ajouter_titre",
        "component": "component_form_field_text",
        "label": "Titre",
        "placeholder": "Titre",
        "help": "Titre de l'événement",
        "adjust": {
            "align": "center",
            "top": "10px",
            "left": "",
            "right": "",
            "bottom": "10px",
            "width": "100%"
        }
    },
    {
        "id": "modale_ajouter_date",
        "component": "component_form_field_date",
        "label": "Date",
        "placeholder": "Date",
        "adjust": {
            "align": "center",
            "top": "10px",
            "left": "",
            "right": "",
            "bottom": "",
            "width": "100%"
        }
    },
    {
        "id": "modale_ajouter_description",
        "component": "component_form_field_richtext",
        "label": "Description",
        "placeholder": "Description",
        "adjust": {
            "align": "center",
            "top": "",
            "left": "",
            "right": "",
            "bottom": "",
            "width": "100%",
            "height": "400px"
        },
        "allowMedia": true
    },
    {
        "id": "modale_ajouter_button",
        "component": "component_form_button",
        "conf_button": [
            {"label": "Enregistrer", "action": "enregistrer", "class": "tb_button_green"}
        ],
        "adjust": {
            "align": "center",
            "top": "30px",
            "left": "",
            "right": "",
            "bottom": "",
            "width": ""
        }
    }
]
