Add override option to disable 'new articles' link on groups page.

This commit is contained in:
Retro_Guy 2024-05-03 04:10:39 -07:00
parent c6573eec19
commit 7b0d92a421
1 changed files with 3 additions and 0 deletions

View File

@ -58,6 +58,9 @@ return [
// If unset, default is 'articles'
'overboard_default_view' => 'articles',
// Disable New Articles link on groups page
'overboard_disable_new_link' => false,
// Set User-Agent: string (default = 'Rocksolid Light')
// Set to '' for no User-Agent: header
'user_agent' => 'Rocksolid Light',