From d3966befafab3fe65e753d0ab2166a8bf5fb0d75 Mon Sep 17 00:00:00 2001 From: Sadetdin EYILI Date: Sat, 4 Mar 2023 14:51:07 +0100 Subject: feat: create config to display website icon only / name only / icon and name / none on feeds (#4969) * feat: create config to display website icon only / name only / icon and name / none on feeds * fix title hovering * reverted: column in .phtml * Update app/i18n/fr/conf.php --------- Co-authored-by: mathContao Co-authored-by: Alexandre Alapetite --- app/Models/UserConfiguration.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/Models/UserConfiguration.php') diff --git a/app/Models/UserConfiguration.php b/app/Models/UserConfiguration.php index 53b12cc2e..f539268ae 100644 --- a/app/Models/UserConfiguration.php +++ b/app/Models/UserConfiguration.php @@ -61,6 +61,7 @@ * @property bool $topline_link * @property bool $topline_read * @property bool $topline_summary + * @property string $topline_website * @property string $topline_thumbnail * @property int $ttl_default * @property int $dynamic_opml_ttl_default -- cgit v1.2.3