diff options
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" |
