1
0
Fork 0
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:
ericgaspar 2021-12-18 14:52:49 +01:00
parent c0b81424fb
commit 6295f6e949

View file

@ -41,6 +41,14 @@
"name": "admin", "name": "admin",
"type": "user" "type": "user"
}, },
{
"name": "password",
"type": "password",
"help": {
"en": "Password must be more than 6 characters.",
"fr": "Le mot de passe doit contenir plus de 6 caractères."
}
},
{ {
"name": "is_public", "name": "is_public",
"type": "boolean", "type": "boolean",
@ -50,14 +58,6 @@
}, },
"default": true "default": true
}, },
{
"name": "password",
"type": "password",
"help": {
"en": "Must be more than 6 characters.",
"fr": "Doit contenir plus de 6 caractères."
}
}
] ]
} }
} }