Updated dspace.cfg comment.

This commit is contained in:
Michael Spalti
2021-03-28 10:25:24 -07:00
parent cb81aff432
commit 82171dfa6a

View File

@@ -1509,9 +1509,9 @@ log.report.dir = ${dspace.dir}/log
#iiif.bitstream.url = ${dspace.server.url}/api/core/bitstreams
# Possible values: "paged" or "individuals". Typically "paged" is preferred
# for documents. However, it can be overridden here if necessary for the
# viewer client.
# Sets the viewing hint. Possible values: "paged" or "individuals".
# Typically "paged" is preferred for multi-age documents. Use "individuals"
# if you plan to implement the search api.
#iiif.document.viewing.hint = individuals
#---------------------------------------------------------------#