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" : [
|
"install" : [
|
||||||
{
|
{
|
||||||
"name": "domain",
|
"name": "domain",
|
||||||
"type": "domain",
|
"type": "domain"
|
||||||
"example": "domain.org"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "path",
|
"name": "path",
|
||||||
|
@ -40,8 +39,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "admin",
|
"name": "admin",
|
||||||
"type": "user",
|
"type": "user"
|
||||||
"example": "johndoe"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "is_public",
|
"name": "is_public",
|
||||||
|
@ -58,8 +56,7 @@
|
||||||
"help": {
|
"help": {
|
||||||
"en": "Must be more than 6 characters.",
|
"en": "Must be more than 6 characters.",
|
||||||
"fr": "Doit contenir plus de 6 caractères."
|
"fr": "Doit contenir plus de 6 caractères."
|
||||||
},
|
}
|
||||||
"example": "Choose a password"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue