1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/X-prober_ynh.git synced 2024-09-03 20:36:04 +02:00

add php choice

This commit is contained in:
jarod5001 2022-03-18 22:35:48 +01:00 committed by GitHub
parent d4827699f3
commit 67d0620eaf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,6 +42,16 @@
"example": "/xprober",
"default": "/xprober"
},
{
"name": "phpversion",
"type": "string",
"ask": {
"en": "Choose a PHP version you want to use for your app",
"fr": "Choisissez une version PHP que vous souhaitez utiliser pour votre application"
},
"choices" : ["7.4", "8.0"],
"default" : "8.0"
},
{
"name": "is_public",
"type": "boolean",