mirror of
https://github.com/YunoHost-Apps/element_ynh.git
synced 2024-09-03 18:36:08 +02:00
Fix manifest
This commit is contained in:
parent
483de6e6f9
commit
c81f372ae5
1 changed files with 8 additions and 4 deletions
|
@ -43,7 +43,7 @@
|
|||
},
|
||||
{
|
||||
"name": "default_home_server",
|
||||
"type": "domain",
|
||||
"type": "string",
|
||||
"ask": {
|
||||
"en": "Chose a default home server",
|
||||
"fr": "Choisissez un serveur par défault"
|
||||
|
@ -55,9 +55,13 @@
|
|||
"name": "is_public",
|
||||
"type": "boolean",
|
||||
"ask": {
|
||||
"en": "Is it a public server ?",
|
||||
"fr": "Est-ce un serveur publique ?"
|
||||
},
|
||||
"en": "Is it a public app ?",
|
||||
"fr": "Est-ce une app publique ?"
|
||||
},
|
||||
"help": {
|
||||
"en": "A public apps mean that everybody can access to this app. Note that this app just provide a some files (html, javascript, pictures, etc).",
|
||||
"fr": "Une app publique signifie que n'importe qui peut accéder à cette application. Notez que cette application fournis juste des fichier (html, javascript, images, etc)."
|
||||
},
|
||||
"default": false
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue