diff options
author | reivilibre <reivilibre@users.noreply.github.com> | 2022-08-17 09:59:40 +0000 |
---|---|---|
committer | reivilibre <reivilibre@users.noreply.github.com> | 2022-08-17 09:59:40 +0000 |
commit | 119e60206e3e52be046ad0bfffa178fd14560de5 (patch) | |
tree | a7dd32a611b5feab32478e4762e9a8cb2eeb5efb /develop/templates.html | |
parent | deploy: d75512d19ebea6c0f9e38e9f55474fdb6da02b46 (diff) | |
download | synapse-119e60206e3e52be046ad0bfffa178fd14560de5.tar.xz |
deploy: b71b41c7bd0dd7510182621ab4bc8267388c0cce
Diffstat (limited to '')
-rw-r--r-- | develop/templates.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/develop/templates.html b/develop/templates.html index 9565dfd7bd..7bffed4a8e 100644 --- a/develop/templates.html +++ b/develop/templates.html @@ -153,7 +153,7 @@ webpages it shows to users.</p> Server admins can configure an additional directory for Synapse to look for templates in, allowing them to specify custom templates:</p> <pre><code class="language-yaml">templates: - custom_templates_directory: /path/to/custom/templates/ + custom_template_directory: /path/to/custom/templates/ </code></pre> <p>If this setting is not set, or the files named below are not found within the directory, default templates from within the Synapse package will be used.</p> |