mirror of
https://github.com/YunoHost-Apps/phpsysinfo_ynh.git
synced 2024-09-03 19:56:43 +02:00
Update manifest.json
Add help and type in JSON.
This commit is contained in:
parent
32aea7fab0
commit
cf48546861
1 changed files with 6 additions and 0 deletions
|
@ -45,6 +45,10 @@
|
|||
{
|
||||
"name": "is_public",
|
||||
"type": "boolean",
|
||||
"help": {
|
||||
"en": "Be careful, putting this application in public will expose some sensitive information.",
|
||||
"fr": "Attention mettre cette application en publique exposera certaines informations sensibles."
|
||||
},
|
||||
"ask": {
|
||||
"en": "Is it a public website?",
|
||||
"fr": "Est-ce un site public ?"
|
||||
|
@ -53,6 +57,7 @@
|
|||
},
|
||||
{
|
||||
"name": "language",
|
||||
"type": "string",
|
||||
"ask": {
|
||||
"en": "Default Language?",
|
||||
"fr": "Langue par défaut ?"
|
||||
|
@ -62,6 +67,7 @@
|
|||
},
|
||||
{
|
||||
"name": "display_mode",
|
||||
"type": "string",
|
||||
"ask": {
|
||||
"en": "Display Mode?",
|
||||
"fr": "Mode d'affichage ?"
|
||||
|
|
Loading…
Add table
Reference in a new issue