aboutsummaryrefslogtreecommitdiffstats
path: root/custom/conf/app.example.ini
diff options
context:
space:
mode:
authorYakov <git@yakov.cloud>2024-04-03 09:01:50 -0700
committerGitHub <noreply@github.com>2024-04-03 16:01:50 +0000
commit609a627a44dbcb7b630ff51ce9f4b9f448b48ca8 (patch)
tree7ed397fe6a1a37b89c100bd0132f3f3eb9b9ba2e /custom/conf/app.example.ini
parent0ceecfc11ab4851863a5a6bc5e398d2baf7e86f6 (diff)
downloadgitea-609a627a44dbcb7b630ff51ce9f4b9f448b48ca8.tar.gz
gitea-609a627a44dbcb7b630ff51ce9f4b9f448b48ca8.zip
Add `[other].SHOW_FOOTER_POWERED_BY` setting to hide `Powered by` (#30253)
This allows you to hide the "Powered by" text in footer via `SHOW_FOOTER_POWERED_BY` flag in configuration. --------- Co-authored-by: silverwind <me@silverwind.io>
Diffstat (limited to 'custom/conf/app.example.ini')
-rw-r--r--custom/conf/app.example.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/custom/conf/app.example.ini b/custom/conf/app.example.ini
index 1584b10301..918252044b 100644
--- a/custom/conf/app.example.ini
+++ b/custom/conf/app.example.ini
@@ -2315,6 +2315,8 @@ LEVEL = Info
;SHOW_FOOTER_VERSION = true
;; Show template execution time in the footer
;SHOW_FOOTER_TEMPLATE_LOAD_TIME = true
+;; Show the "powered by" text in the footer
+;SHOW_FOOTER_POWERED_BY = true
;; Generate sitemap. Defaults to `true`.
;ENABLE_SITEMAP = true
;; Enable/Disable RSS/Atom feed