mirror of
https://github.com/YunoHost-Apps/shaarli_ynh.git
synced 2024-09-03 20:26:10 +02:00
Set proper type to vars in manifest.json
This commit is contained in:
parent
bed8a2b7ca
commit
1ac88879d7
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
"install" : [
|
||||
{
|
||||
"name": "domain",
|
||||
"type": "domain",
|
||||
"ask": {
|
||||
"en": "Choose a domain for your Shaarli",
|
||||
"fr": "Choisissez un domaine pour votre Shaarli"
|
||||
|
@ -24,6 +25,7 @@
|
|||
},
|
||||
{
|
||||
"name": "path",
|
||||
"type": "path",
|
||||
"ask": {
|
||||
"en": "Choose a path for your Shaarli",
|
||||
"fr": "Choisissez un chemin pour votre Shaarli"
|
||||
|
@ -60,6 +62,7 @@
|
|||
},
|
||||
{
|
||||
"name": "admin",
|
||||
"type": "user",
|
||||
"ask": {
|
||||
"en": "Admin user",
|
||||
"fr": "Administrateur"
|
||||
|
|
Loading…
Add table
Reference in a new issue