[
    {
        "id": "modale_modifier_nom",
        "component": "component_form_field_text",
        "label": "Nom",
        "placeholder": "Nom",
        "help": "Nom du tag",
        "adjust": {
            "align": "center",
            "top": "10px",
            "left": "",
            "right": "",
            "bottom": "10px",
            "width": "100%"
        }
    },
    {
        "id": "modale_modifier_description",
        "component": "component_form_field_richtext",
        "label": "Description",
        "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": ""
        }
    }
]
