N°3894 - Activity panel: Add conf. param. to prefilter only on current log or all

This commit is contained in:
Molkobain
2021-04-06 19:44:48 +02:00
parent 47c797daba
commit 192cb2df73
2 changed files with 10 additions and 2 deletions

View File

@@ -1229,6 +1229,14 @@ class Config
'source_of_value' => '',
'show_in_conf_sample' => false,
],
'activity_panel.prefilter_only_current_log' => [
'type' => 'bool',
'description' => 'Whether the "Logs" filter should only be set to the log from the current tab or to all of them.',
'default' => true,
'value' => true,
'source_of_value' => '',
'show_in_conf_sample' => false,
],
'activity_panel.show_author_name_below_entries' => [
'type' => 'bool',
'description' => 'Whether or not to show the author friendlyname next to the date on the last entry.',