mirror of
https://github.com/YunoHost-Apps/X-prober_ynh.git
synced 2024-09-03 20:36:04 +02:00
doc
This commit is contained in:
parent
dddd7045ed
commit
df03b22c35
1 changed files with 3 additions and 4 deletions
|
@ -12,8 +12,7 @@
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"website": "https://prober.inn-studio.com/",
|
"website": "https://prober.inn-studio.com/",
|
||||||
"demo": "https://prober.inn-studio.com/",
|
"demo": "https://prober.inn-studio.com/",
|
||||||
"admindoc": "https://yunohost.org/packaging_apps",
|
"userdoc": "https://github.com/kmvan/x-prober",
|
||||||
"userdoc": "https://yunohost.org/apps",
|
|
||||||
"code": "https://github.com/kmvan/x-prober"
|
"code": "https://github.com/kmvan/x-prober"
|
||||||
},
|
},
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
|
@ -46,8 +45,8 @@
|
||||||
"name": "phpversion",
|
"name": "phpversion",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Choose a PHP version you want to use for your app",
|
"en": "Choose a PHP version you want to use for your app. Yes, 8 is better",
|
||||||
"fr": "Choisissez une version PHP que vous souhaitez utiliser pour votre application"
|
"fr": "Choisissez une version PHP que vous souhaitez utiliser pour votre application. Oui, la 8 est meilleure"
|
||||||
},
|
},
|
||||||
"choices" : ["7.4", "8.0"],
|
"choices" : ["7.4", "8.0"],
|
||||||
"default" : "8.0"
|
"default" : "8.0"
|
||||||
|
|
Loading…
Reference in a new issue