1
0
Fork 0
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:
tituspijean 2019-05-29 21:13:16 +01:00
parent d892261f27
commit 4a216f299b

View file

@ -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
}
]