From c501341b73d473aa343641a0f0f5f6bf187067c9 Mon Sep 17 00:00:00 2001 From: David Sterry Date: Thu, 9 Dec 2021 22:08:35 -0800 Subject: [PATCH] add help on public/private question --- manifest.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 177c7e6..d00839e 100644 --- a/manifest.json +++ b/manifest.json @@ -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." + } } ] }