add config STV_TAGS_ENABLED and use it to enable or disable tags in StudVw

This commit is contained in:
Harald Bamberger
2026-03-03 17:15:23 +01:00
parent 77731ed559
commit 5347cb1d63
4 changed files with 25 additions and 11 deletions
@@ -48,6 +48,7 @@ $configArray = [
'allowUebernahmePunkte' => !defined('FAS_REIHUNGSTEST_PUNKTEUEBERNAHME') ? true : FAS_REIHUNGSTEST_PUNKTEUEBERNAHME,
'useReihungstestPunkte' => !defined('FAS_REIHUNGSTEST_PUNKTE') ? true : FAS_REIHUNGSTEST_PUNKTE,
'hasExcludedAreas' => defined('FAS_REIHUNGSTEST_EXCLUDE_GEBIETE') && !empty(FAS_REIHUNGSTEST_EXCLUDE_GEBIETE),
'stvTagsEnabled' => defined('STV_TAGS_ENABLED') ? STV_TAGS_ENABLED : false,
];
?>