From 20f13312d15a1408365b859b14621364009990cd Mon Sep 17 00:00:00 2001
From: maTh <1645099+math-GH@users.noreply.github.com>
Date: Thu, 13 Jun 2024 16:40:54 +0200
Subject: Reading view: action icons position (#6297)
* add configs in reading
* implementation into the reading view
* CSS
* i18n
* Credits to joshka
* Update article.phtml
* fix
* fix
*
* Update app/i18n/fr/conf.php
Co-authored-by: Alexandre Alapetite
* Update app/i18n/en/conf.php
Co-authored-by: Alexandre Alapetite
* fix French
* show_articleicons => show_article_icons
* Update app/i18n/en/conf.php
Co-authored-by: Alexandre Alapetite
* Update app/i18n/en-us/conf.php
Co-authored-by: Alexandre Alapetite
---------
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 c9d5b07af..938c2ed27 100644
--- a/app/Models/UserConfiguration.php
+++ b/app/Models/UserConfiguration.php
@@ -21,6 +21,7 @@ declare(strict_types=1);
* @property int $show_tags_max
* @property string $show_author_date
* @property string $show_feed_name
+ * @property string $show_article_icons
* @property bool $display_posts
* @property string $email_validation_token
* @property-read bool $enabled
--
cgit v1.2.3