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:
parent
d4827699f3
commit
67d0620eaf
1 changed files with 10 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue