[
    {
        "id": "modale_nouveau_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_nouveau_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_nouveau_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_nouveau_admin_login",
        "component": "component_form_field_text",
        "label": "Login administrateur",
        "placeholder": "Adresse e-mail du premier administrateur",
        "help": "Identifiant de connexion pour l'administrateur principal",
        "adjust": {
            "align": "center",
            "top": "10px",
            "left": "",
            "right": "",
            "bottom": "10px",
            "width": "100%"
        }
    },
    {
        "id": "modale_nouveau_admin_password",
        "component": "component_form_field_text",
        "label": "Mot de passe administrateur",
        "placeholder": "Mot de passe du premier administrateur",
        "help": "Minimum 8 caractères recommandés",
        "password": 1,
        "adjust": {
            "align": "center",
            "top": "10px",
            "left": "",
            "right": "",
            "bottom": "10px",
            "width": "100%"
        }
    },
    {
        "id": "modale_nouveau_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_nouveau_button",
        "component": "component_form_button",
        "conf_button": [
            {"label": "Enregistrer", "action": "enregistrer", "class": "tb_button_green"}
        ],
        "adjust": {
            "align": "center",
            "top": "30px",
            "left": "",
            "right": "",
            "bottom": "",
            "width": ""
        }
    }
]
