mirror of
https://github.com/YunoHost-Apps/joomla_ynh.git
synced 2024-09-03 19:26:34 +02:00
Update manifest.json
This commit is contained in:
parent
de0ac63bb1
commit
1209b399db
1 changed files with 10 additions and 0 deletions
|
@ -39,6 +39,16 @@
|
|||
"example": "/example",
|
||||
"default": "/joomla"
|
||||
},
|
||||
{
|
||||
"name": "phpversion",
|
||||
"type": "string",
|
||||
"ask": {
|
||||
"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. Oui, la 8 est meilleure"
|
||||
},
|
||||
"choices" : ["7.4", "8.0"],
|
||||
"default" : "8.0"
|
||||
},
|
||||
{
|
||||
"name": "admin",
|
||||
"type": "user"
|
||||
|
|
Loading…
Add table
Reference in a new issue