This commit is contained in:
reivilibre 2022-08-17 09:59:40 +00:00
parent bf38c84120
commit 119e60206e
4 changed files with 4 additions and 4 deletions

View file

@ -6539,7 +6539,7 @@ webpages it shows to users.</p>
Server admins can configure an additional directory for Synapse to look for templates Server admins can configure an additional directory for Synapse to look for templates
in, allowing them to specify custom templates:</p> in, allowing them to specify custom templates:</p>
<pre><code class="language-yaml">templates: <pre><code class="language-yaml">templates:
custom_templates_directory: /path/to/custom/templates/ custom_template_directory: /path/to/custom/templates/
</code></pre> </code></pre>
<p>If this setting is not set, or the files named below are not found within the directory, <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> default templates from within the Synapse package will be used.</p>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -153,7 +153,7 @@ webpages it shows to users.</p>
Server admins can configure an additional directory for Synapse to look for templates Server admins can configure an additional directory for Synapse to look for templates
in, allowing them to specify custom templates:</p> in, allowing them to specify custom templates:</p>
<pre><code class="language-yaml">templates: <pre><code class="language-yaml">templates:
custom_templates_directory: /path/to/custom/templates/ custom_template_directory: /path/to/custom/templates/
</code></pre> </code></pre>
<p>If this setting is not set, or the files named below are not found within the directory, <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> default templates from within the Synapse package will be used.</p>