1
0
Fork 0
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:
anmol 2020-10-14 08:09:13 +05:30
parent 3f88efb778
commit 62ee84348b

View file

@ -47,13 +47,13 @@
},
{
"name": "database",
"type": "int",
"type": "string",
"ask": {
"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]"
},
"choices": [1, 2],
"default": 1
"choices": ["1", "2"],
"default": "1"
} ]
}
}