Add Index Listener

This commit is contained in:
Jürgen Mummert
2025-12-22 21:12:36 +01:00
parent 013f844804
commit b465d5ed84
3 changed files with 34 additions and 31 deletions
+3 -1
View File
@@ -25,4 +25,6 @@ $GLOBALS['TL_HOOKS']['parseTemplate'][] = [
'onParseTemplate',
];
$GLOBALS['MEILISEARCH_MARKERS'] = [];
if (!isset($GLOBALS['MEILISEARCH_MARKERS'])) {
$GLOBALS['MEILISEARCH_MARKERS'] = [];
}