From 99b3e95accbb59a577a946eda437d49d4b4d3ad3 Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tim.dijen@minbzk.nl> Date: Mon, 25 Jan 2021 12:21:36 +0100 Subject: [PATCH] Clarify text regarding enabling/disabling modules We have removed the option to add enable/disable/default-enable/default-disable files, so this is no longer an override --- config-templates/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-templates/config.php b/config-templates/config.php index 50e03fdcc..9547f4853 100644 --- a/config-templates/config.php +++ b/config-templates/config.php @@ -470,7 +470,7 @@ $config = [ ***********/ /* - * Configuration to override module enabling/disabling. + * Configuration for enabling/disabling modules. By default the 'core' and 'saml' modules are enabled. * * Example: * -- GitLab