diff options
author | Anthony Wang | 2022-11-08 00:22:55 +0000 |
---|---|---|
committer | Anthony Wang | 2022-11-08 00:22:55 +0000 |
commit | 69c1bdddc79ce2d9e78033608c3926875791d8f9 (patch) | |
tree | d59e81a4d3d735808ffecd4075df8f2419ec970c /custom | |
parent | 5612130bcf1925f32e254a8caa1a791c62b606f6 (diff) | |
parent | fd89c062bda0f3b159a01aab3d67a7fa2f42334e (diff) |
Merge remote-tracking branch 'upstream/main'
Diffstat (limited to 'custom')
-rw-r--r-- | custom/conf/app.example.ini | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/custom/conf/app.example.ini b/custom/conf/app.example.ini index c6feae8f5..ef247fa78 100644 --- a/custom/conf/app.example.ini +++ b/custom/conf/app.example.ini @@ -2196,7 +2196,8 @@ ROUTER = console ;SHOW_FOOTER_VERSION = true ;; Show template execution time in the footer ;SHOW_FOOTER_TEMPLATE_LOAD_TIME = true - +;; Generate sitemap. Defaults to `true`. +; ENABLE_SITEMAP = true ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |