From 575c02f976d55046b7deb798721ff115816a6568 Mon Sep 17 00:00:00 2001 From: Juraj Roka <95219754+jr-rk@users.noreply.github.com> Date: Tue, 10 Mar 2026 15:42:50 +0100 Subject: [PATCH 1/2] Edit configuration to show access status badge --- config/config.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config/config.yml b/config/config.yml index 93aaa08b51e..e30680543d0 100644 --- a/config/config.yml +++ b/config/config.yml @@ -4,6 +4,14 @@ rest: port: 8080 nameSpace: /server +# Item Config +item: + # Whether to show the access status badge/label of an item, collection or community. + # If true, the access status will be shown in the item page and search results. + # If false, the access status will not be shown. + showAccessStatuses: true + bitstream: + showAccessStatuses: true # Theme Config themes: From ed0632daa90f2da0ceb71a6cf735ed9d9120559b Mon Sep 17 00:00:00 2001 From: Juraj Roka <95219754+jr-rk@users.noreply.github.com> Date: Tue, 10 Mar 2026 15:53:13 +0100 Subject: [PATCH 2/2] fix: update comment --- config/config.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config/config.yml b/config/config.yml index e30680543d0..2732b2bd0d2 100644 --- a/config/config.yml +++ b/config/config.yml @@ -6,9 +6,8 @@ rest: # Item Config item: - # Whether to show the access status badge/label of an item, collection or community. - # If true, the access status will be shown in the item page and search results. - # If false, the access status will not be shown. + # Whether to show the access status badge/label for items. + # If true, an access status badge will be shown for each item in result lists (e.g. search, browse). showAccessStatuses: true bitstream: showAccessStatuses: true