From ce71dd8449b90eb843000c92ff998ac328a332b7 Mon Sep 17 00:00:00 2001 From: Mark Date: Fri, 24 Feb 2023 11:46:49 +0100 Subject: [PATCH] [BUGFIX] Fix active old backend module condition type handling Because a string false becomes true with a type-hint on bool, the backend module was displayed further in v11. Therefore, the config now uses string int so that these can be type-hinted. --- ext_conf_template.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext_conf_template.txt b/ext_conf_template.txt index 20b551ff..91adc52e 100644 --- a/ext_conf_template.txt +++ b/ext_conf_template.txt @@ -10,4 +10,4 @@ googleapiKey = googleapiUrl = https://translation.googleapis.com/language/translate/v2 # cat=Settings/0; type=boolean; label=Activate old backend module -activateBackendModule=false +activateBackendModule = 0