diff options
| author | winter | 2025-01-20 20:10:54 +0000 |
|---|---|---|
| committer | winter | 2025-01-20 20:10:54 +0000 |
| commit | 1b60d5ca77a387122bcf900c2972edca63403155 (patch) | |
| tree | 0c7357d42dcee447c55ce205c055e4482e766d25 /settings.global.ini | |
| parent | 6830e97c22f7e72c08567d2497c0319ab73e6922 (diff) | |
settings tweaks and "about instance" page
Diffstat (limited to 'settings.global.ini')
| -rw-r--r-- | settings.global.ini | 13 |
1 files changed, 13 insertions, 0 deletions
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" |
