From a03307c807110c9af7ced629617da40ba6d2e500 Mon Sep 17 00:00:00 2001
From: Matthias Adrowski <matthias.adrowski@sgalinski.de>
Date: Tue, 11 Jan 2022 09:31:39 +0100
Subject: [PATCH] [TASK] Add small Docu to Hook Setup

---
 ext_localconf.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ext_localconf.php b/ext_localconf.php
index a6b752b..8292595 100644
--- a/ext_localconf.php
+++ b/ext_localconf.php
@@ -112,6 +112,7 @@ call_user_func(
 			'preInitAfter'
 		);
 
+		# Hook to add the "go to News Module Button
 		if (!is_array($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['cms/layout/db_layout.php']['drawHeaderHook'])) {
 			$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['cms/layout/db_layout.php']['drawHeaderHook'] = [];
 		}
-- 
GitLab