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:
parent
0ea6081698
commit
c3ca85d3a0
1 changed files with 10 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue