Add "Instance" section to footer

This commit is contained in:
syeopite
2024-03-13 14:38:18 -07:00
committed by Fijxu
parent 57f8bfb965
commit 4d11c324b0
4 changed files with 99 additions and 20 deletions

View File

@@ -427,12 +427,40 @@ jobs:
##
## Email to contact the instance maintainer; used in a mailto: link within the footer.
##
## Accepted values: Email
##
## Accepted values: string
## Default: <none>
##
# instance_maintainer_email:
##
## Link to the terms of service of the instance (if any)
##
## Displayed within the instance section of the footer
##
## Accepted values: String (link)
## Default: <none>
##
# footer_instance_tos_link:
##
## Link to the privacy-policy of the instance (if any)
##
## Displayed within the instance section of the footer
##
## Accepted values: String (link)
## Default: <none>
##
# footer_instance_privacy_policy_link:
##
## Custom fields to be displayed within the footer's instance section
##
## Accepted values: A nested array mapping field name and links together.
## IE: [ ["field1", "https://example.com/1"], ["field2", "https://example.com/2"] ]
## Default: <none>
##
# footer_instance_section_custom_fields: []
# -----------------------------
# Miscellaneous