Merge pull request #174 from YunoHost/remove-manifest-arguments

Remove superfluous arguments
This commit is contained in:
Alexandre Aubin 2021-09-25 20:34:26 +02:00 committed by GitHub
commit dd654eb6b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,8 +34,7 @@
"install" : [
{
"name": "domain",
"type": "domain",
"example": "example.com"
"type": "domain"
},
{
"name": "path",
@ -45,8 +44,7 @@
},
{
"name": "admin",
"type": "user",
"example": "johndoe"
"type": "user"
},
{
"name": "is_public",
@ -69,8 +67,7 @@
"help": {
"en": "Use the help field to add an information for the admin about this question.",
"fr": "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question."
},
"example": "Choose a password"
}
}
]
}