mirror of
https://github.com/YunoHost-Apps/ethercalc_ynh.git
synced 2024-09-03 18:26:36 +02:00
Update manifest.json
This commit is contained in:
parent
0e9e3641ed
commit
7b1348059a
1 changed files with 4 additions and 5 deletions
|
@ -22,15 +22,14 @@
|
|||
},
|
||||
"example": "domain.org"
|
||||
},
|
||||
|
||||
{
|
||||
"name": "is_public",
|
||||
"type": "boolean",
|
||||
"ask": {
|
||||
"en": "Is it a public EtherCalc ?",
|
||||
"fr": "Des personnes n'ayant pas de compte Yunohost peuvent elles utiliser ce EtherCalc ?"
|
||||
"en": "Is it a public application?",
|
||||
"fr": "Est-ce une application publique ?"
|
||||
},
|
||||
"choices": ["Yes", "No"],
|
||||
"default": "Yes"
|
||||
"default": true
|
||||
},
|
||||
{
|
||||
"name": "expire",
|
||||
|
|
Loading…
Add table
Reference in a new issue