From a58c31ffe05d4735b0ca768dc6c405030dc3f023 Mon Sep 17 00:00:00 2001 From: Mark Johnson Date: Fri, 22 Nov 2024 10:52:24 +0000 Subject: [PATCH] Enable title in activity header on secure layout (#766) --- config.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/config.php b/config.php index a6503eadb11..f9e8abf1faa 100644 --- a/config.php +++ b/config.php @@ -168,7 +168,12 @@ 'secure' => [ 'file' => 'secure.php', 'regions' => ['side-pre'], - 'defaultregion' => 'side-pre' + 'defaultregion' => 'side-pre', + 'options' => [ + 'activityheader' => [ + 'notitle' => false, + ], + ], ] ];