mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
sting type for database in manifest
This commit is contained in:
parent
3f88efb778
commit
62ee84348b
1 changed files with 3 additions and 3 deletions
|
@ -47,13 +47,13 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "database",
|
"name": "database",
|
||||||
"type": "int",
|
"type": "string",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Choose the database to be used for the Hubzilla [mysql:1,postgresql:2]",
|
"en": "Choose the database to be used for the Hubzilla [mysql:1,postgresql:2]",
|
||||||
"fr": "Choisissez la database de l'Hubzilla [mysql:1,postgresql:2]"
|
"fr": "Choisissez la database de l'Hubzilla [mysql:1,postgresql:2]"
|
||||||
},
|
},
|
||||||
"choices": [1, 2],
|
"choices": ["1", "2"],
|
||||||
"default": 1
|
"default": "1"
|
||||||
} ]
|
} ]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue