summaryrefslogtreecommitdiff
path: root/config-user.default.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2021-09-19 10:56:38 +0200
committerGravatar GitHub <noreply@github.com> 2021-09-19 10:56:38 +0200
commita7aca6c0abfd905669004c1e4f7c8328060df27e (patch)
tree3edd507ce9ce0762f0faf3c24108f3b1d24988e7 /config-user.default.php
parentdfc89831d4e363f62dea9df71c6b4af21cc7d7c7 (diff)
Improved feed action filters (#3303)
* Re-order some feed options * Option to auto mark as read existing titles * Option to keep at max n unread articles per feed
Diffstat (limited to 'config-user.default.php')
-rw-r--r--config-user.default.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/config-user.default.php b/config-user.default.php
index d7831cee9..ef2218bab 100644
--- a/config-user.default.php
+++ b/config-user.default.php
@@ -49,9 +49,11 @@ return array (
'anon_access' => false,
'mark_when' => array (
'article' => true,
- 'site' => true,
- 'scroll' => true,
+ 'max_n_unread' => false,
'reception' => false,
+ 'same_title_in_feed' => false,
+ 'scroll' => true,
+ 'site' => true,
),
'theme' => 'Origine',
'content_width' => 'thin',