mirror of
https://github.com/YunoHost-Apps/cowyo_ynh.git
synced 2024-09-03 18:16:15 +02:00
[enh] Added help to is_public parameter
This commit is contained in:
parent
d892261f27
commit
4a216f299b
1 changed files with 6 additions and 2 deletions
|
@ -25,8 +25,8 @@
|
|||
"name": "domain",
|
||||
"type": "domain",
|
||||
"ask": {
|
||||
"en": "Choose a domain name dedicated to cowyo",
|
||||
"fr": "Choisissez un nom de domaine dédié à cowyo"
|
||||
"en": "Choose a domain name dedicated to cowyo.",
|
||||
"fr": "Choisissez un nom de domaine dédié à cowyo."
|
||||
},
|
||||
"example": "example.com"
|
||||
},
|
||||
|
@ -37,6 +37,10 @@
|
|||
"en": "Is it a public application?",
|
||||
"fr": "Est-ce une application publique ?"
|
||||
},
|
||||
"help": {
|
||||
"en": "If public, anyone will be able to create pages in cowyo.",
|
||||
"fr": "Si publique, quiconque pourra créer des pages dans cowyo."
|
||||
},
|
||||
"default": true
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue