From 50ba6bbe07b0bb86eb07e3212ba2e22cb2878cf2 Mon Sep 17 00:00:00 2001 From: ORelio Date: Mon, 30 Aug 2021 10:58:06 +0200 Subject: UI: Add optional thumbnail and summary on feed items (#3805) * UI: Add optional thumbnail and summary on feed items Implements #561 * UI: Thumbnail: Own column, Custom size, Lazy load * UI: Thumbnail: Remove unnecessary CSS rule Remove rule already defined in base theme, no override needed * CSS lint + RTL * Improve thumbail and summary generation * Support img alt * Missing htmlspecialchars Co-authored-by: Alexandre Alapetite --- config-user.default.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config-user.default.php') diff --git a/config-user.default.php b/config-user.default.php index 71ec4236b..d7831cee9 100644 --- a/config-user.default.php +++ b/config-user.default.php @@ -81,6 +81,8 @@ return array ( 'show_favicons' => true, 'topline_read' => true, 'topline_favorite' => true, + 'topline_thumbnail' => 'none', + 'topline_summary' => false, 'topline_display_authors' => false, 'topline_date' => true, 'topline_link' => true, -- cgit v1.2.3