From 1b60d5ca77a387122bcf900c2972edca63403155 Mon Sep 17 00:00:00 2001 From: winter Date: Mon, 20 Jan 2025 20:10:54 +0000 Subject: settings tweaks and "about instance" page --- settings.global.ini | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'settings.global.ini') diff --git a/settings.global.ini b/settings.global.ini index dbad00e..7d4b392 100644 --- a/settings.global.ini +++ b/settings.global.ini @@ -10,9 +10,22 @@ default = "Digitigrade" name = "Instance description" description = "Briefly describe your instance's purpose or tagline" default = "A Digitigrade instance" +type = "longtext" [instance.openRegistrations] name = "Open registrations" description = "Allow new users to sign up?" default = "false" type = "boolean" + +[about.description] +name = "Description" +description = "Describe your instance's purpose in more detail. You can use HTML formatting" +default = "" +type = "longtext" + +[about.terms] +name = "Terms of use" +description = "Policies and rules for users of this instance. You can use HTML formatting" +default = "" +type = "longtext" -- cgit v1.3