From 0504fc6766c3128c8d39f10a0b9d4bae3d1db1c7 Mon Sep 17 00:00:00 2001 From: maTh <1645099+math-GH@users.noreply.github.com> Date: Thu, 16 Nov 2023 13:18:33 +0100 Subject: Added: Display option for "My labels" (#5884) * configs * Update entry_bottom.phtml * i18n strings * fix phpstand found error * reuse existing i18n string --------- Co-authored-by: math-gh <> --- config-user.default.php | 1 + 1 file changed, 1 insertion(+) (limited to 'config-user.default.php') diff --git a/config-user.default.php b/config-user.default.php index 2fbdad241..5d6f53a40 100644 --- a/config-user.default.php +++ b/config-user.default.php @@ -111,6 +111,7 @@ return array ( 'bottomline_favorite' => true, 'bottomline_sharing' => true, 'bottomline_tags' => true, + 'bottomline_myLabels' => true, 'bottomline_date' => true, 'bottomline_link' => true, 'sharing' => array ( -- cgit v1.2.3