1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dotclear2_ynh.git synced 2024-09-03 18:26:29 +02:00

Added admin and public param

This commit is contained in:
Rémy Garrigue 2015-08-20 13:07:20 +00:00
parent 2dd6a165c4
commit 47f905e4cf

View file

@ -29,6 +29,21 @@
"example": "/dc",
"default": "/dc"
}
{
"name": "admin",
"ask": {
"en": "Choose an admin user"
},
"example": "johndoe"
},
{
"name": "is_public",
"ask": {
"en": "Is it a public application ?"
},
"choices": ["Yes", "No"],
"default": "Yes"
}
]
}
}