[
    {
        "id": "criticite_ajouter_nom",
        "component": "component_form_field_text",
        "label": "Nom de la criticité",
        "placeholder": "Entrez le nom de la criticité",
        "adjust": {
            "align": "center",
            "top": "",
            "left": "",
            "right": "",
            "bottom": "",
            "width": "100%"
        }
    },
    {
        "id": "criticite_ajouter_button",
        "component": "component_form_button",
        "conf_button": [
            {
                "label": "Ajouter",
                "action": "envoyer",
                "class": "tb_button_green"
            }
        ],
        "adjust": {
            "align": "right",
            "top": "20px",
            "left": "",
            "right": "",
            "bottom": "",
            "width": "120px"
        }
    }
]

