From 1c84543450ac72fe1432b6a4396da7d28a79b750 Mon Sep 17 00:00:00 2001 From: Hanne Moa <hanne.moa@uninett.no> Date: Tue, 1 Mar 2016 13:32:33 +0100 Subject: [PATCH] Document template config switch --- config-templates/config.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config-templates/config.php b/config-templates/config.php index 49a981d20..7e936d727 100644 --- a/config-templates/config.php +++ b/config-templates/config.php @@ -465,6 +465,10 @@ $config = array( */ 'theme.use' => 'default', + /* + * Templating options + */ + 'template.auto_reload' => false, /* * Default IdP for WS-Fed. -- GitLab