From bcd82642a55d14e061c8abd377a65d05e0d443bf Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Mon, 13 Apr 2026 09:17:00 +0200 Subject: [PATCH] put extension config into table --- views/bootstrap/class.Settings.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/views/bootstrap/class.Settings.php b/views/bootstrap/class.Settings.php index 31e2c84bd..b7bd39f7a 100644 --- a/views/bootstrap/class.Settings.php +++ b/views/bootstrap/class.Settings.php @@ -569,9 +569,10 @@ console.log($(event.currentTarget).data('target').substring(1)); $extconf = $extmgr->getExtensionConfiguration()[$extname]; ?> -
+ + hasHook('processConfig')) { $ttt = $this->callHook('processConfig', $extname, $extconf); @@ -591,6 +592,7 @@ console.log($(event.currentTarget).data('target').substring(1)); } } ?> +