mirror of
https://github.com/YunoHost-Apps/miniflux_ynh.git
synced 2024-09-03 19:45:58 +02:00
Update manifest.json
This commit is contained in:
parent
33e13ad550
commit
965a503363
1 changed files with 3 additions and 6 deletions
|
@ -29,8 +29,7 @@
|
|||
"install" : [
|
||||
{
|
||||
"name": "domain",
|
||||
"type": "domain",
|
||||
"example": "domain.org"
|
||||
"type": "domain"
|
||||
},
|
||||
{
|
||||
"name": "path",
|
||||
|
@ -40,8 +39,7 @@
|
|||
},
|
||||
{
|
||||
"name": "admin",
|
||||
"type": "user",
|
||||
"example": "johndoe"
|
||||
"type": "user"
|
||||
},
|
||||
{
|
||||
"name": "is_public",
|
||||
|
@ -58,8 +56,7 @@
|
|||
"help": {
|
||||
"en": "Must be more than 6 characters.",
|
||||
"fr": "Doit contenir plus de 6 caractères."
|
||||
},
|
||||
"example": "Choose a password"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue