1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cryptpad_ynh.git synced 2024-09-03 18:26:14 +02:00

Update manifest.json

This commit is contained in:
frju365 2019-01-05 20:11:15 +01:00 committed by GitHub
parent 0ea6081698
commit c3ca85d3a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",