Skip to content

Commit a7b3aab

Browse files
authored
MENDELU/Show Open Access status badge (#1243)
* Edit configuration to show access status badge * fix: update comment
1 parent afac0dd commit a7b3aab

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

config/config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ rest:
44
port: 8080
55
nameSpace: /server
66

7+
# Item Config
8+
item:
9+
# Whether to show the access status badge/label for items.
10+
# If true, an access status badge will be shown for each item in result lists (e.g. search, browse).
11+
showAccessStatuses: true
12+
bitstream:
13+
showAccessStatuses: true
714

815
# Theme Config
916
themes:

0 commit comments

Comments
 (0)