1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/limesurvey_ynh.git synced 2024-09-03 19:36:32 +02:00

Update manifest.json

This commit is contained in:
ericgaspar 2021-09-22 14:09:22 +02:00
parent 46be363065
commit 1d5b844d41
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -33,8 +33,7 @@
"install" : [
{
"name": "domain",
"type": "domain",
"example": "domain.org"
"type": "domain"
},
{
"name": "path",
@ -44,8 +43,7 @@
},
{
"name": "admin",
"type": "user",
"example": "john"
"type": "user"
},
{
"name": "language",
@ -68,8 +66,7 @@
},
{
"name": "password",
"type": "password",
"example": "Choose a password"
"type": "password"
}
]
}