Skip to content

Commit

Permalink
Enable title in activity header on secure layout (#766)
Browse files Browse the repository at this point in the history
  • Loading branch information
marxjohnson committed Nov 22, 2024
1 parent 46fbf19 commit a58c31f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion config.php
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,12 @@
'secure' => [
'file' => 'secure.php',
'regions' => ['side-pre'],
'defaultregion' => 'side-pre'
'defaultregion' => 'side-pre',
'options' => [
'activityheader' => [
'notitle' => false,
],
],
]
];

Expand Down

0 comments on commit a58c31f

Please sign in to comment.