Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ rest:
port: 8080
nameSpace: /server

# Item Config
item:
# 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

# Theme Config
themes:
Expand Down
Loading