[
    {
        "id": "modale_modifier_nom",
        "component": "component_form_field_text",
        "label": "Nom de l'espace",
        "placeholder": "Nom de l'espace",
        "help": "Nom affiché pour identifier l'espace",
        "adjust": {
            "align": "center",
            "top": "10px",
            "left": "",
            "right": "",
            "bottom": "10px",
            "width": "100%"
        }
    },
    {
        "id": "modale_modifier_path_domain",
        "component": "component_form_field_text",
        "label": "Domaine (path_domain)",
        "placeholder": "ex : client/",
        "help": "Utilisez des lettres, chiffres, tirets ou slash. Le domaine sera automatiquement terminé par /.",
        "adjust": {
            "align": "center",
            "top": "10px",
            "left": "",
            "right": "",
            "bottom": "10px",
            "width": "100%"
        }
    },
    {
        "id": "modale_modifier_teambrain_ref_space",
        "component": "component_form_field_text",
        "label": "Identifiant de l'espace TeamBrain (ref_space)",
        "placeholder": "ex : teambrain_public / mgp / mobmob ...",
        "help": "Uid de l'epace TeamBrain associé à l'espace help360",
        "adjust": {
            "align": "center",
            "top": "10px",
            "left": "",
            "right": "",
            "bottom": "10px",
            "width": "100%"
        }
    },
    {
        "id": "modale_modifier_statut",
        "component": "component_form_selectbasic",
        "label": "Statut",
        "list": [
            {"uid": "actif", "name": "Actif"},
            {"uid": "inactif", "name": "Inactif"}
        ],
        "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": ""
        }
    }
]
