mirror of
https://github.com/YunoHost-Apps/ergo_ynh.git
synced 2024-09-03 18:26:31 +02:00
add help key for is_public
This commit is contained in:
parent
28e9706b1a
commit
4beb5bfead
1 changed files with 4 additions and 1 deletions
|
@ -44,7 +44,10 @@
|
||||||
{
|
{
|
||||||
"name": "is_public",
|
"name": "is_public",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": true
|
"default": true,
|
||||||
|
"help": {
|
||||||
|
"en": "Enable WebIRC For Public"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "language",
|
"name": "language",
|
||||||
|
|
Loading…
Add table
Reference in a new issue