diff --git a/manifest.json b/manifest.json index 1bb0d93..46094db 100644 --- a/manifest.json +++ b/manifest.json @@ -34,7 +34,7 @@ }, { "name": "path", - "type": "path", + "type": "path", "ask": { "en": "Choose a path for CryptPad, only / is allowed.", "fr": "Choisissez un chemin pour CryptPad, seul / est autorisé." @@ -42,6 +42,15 @@ "example": "/", "default": "/" }, + { + "name": "path", + "type": "email", + "ask": { + "en": "Choose an email for the admin user.", + "fr": "Choisissez une adresse mail pour l'administrateur" + }, + "example": "example@example.tld" + }, { "name": "is_public", "type": "boolean",