mirror of
https://github.com/YunoHost-Apps/dotclear2_ynh.git
synced 2024-09-03 18:26:29 +02:00
Added password parameter to manifest.json
This commit is contained in:
parent
7690276ac9
commit
7a07591507
1 changed files with 7 additions and 0 deletions
|
@ -36,6 +36,13 @@
|
|||
},
|
||||
"example": "johndoe"
|
||||
},
|
||||
{
|
||||
"name": "password",
|
||||
"ask": {
|
||||
"en": "Choose an admin user password"
|
||||
},
|
||||
"example": "verysecretpassword"
|
||||
},
|
||||
{
|
||||
"name": "is_public",
|
||||
"ask": {
|
||||
|
|
Loading…
Reference in a new issue