1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/acropolis_ynh.git synced 2024-09-03 18:06:22 +02:00

add help on public/private question

This commit is contained in:
David Sterry 2021-12-09 22:08:35 -08:00
parent 78cdfc42c5
commit c501341b73

View file

@ -33,7 +33,10 @@
{
"name": "is_public",
"type": "boolean",
"default": true
"default": true,
"help": {
"en": "For federation to work, this needs to be true. False is ok if you want to run a private instance."
}
}
]
}