Files
DSpace/dspace/config/modules/versioning.cfg
Bruno Roemers 0edfbc9fae 91680: Remove versioning.block.entity property
Versioning of DSpace entities is now properly supported,
so from now on it is possible to create/edit versions of any item,
regardless of whether it's an entity or not.
2022-05-25 12:15:12 +02:00

23 lines
1.2 KiB
INI

#---------------------------------------------------#
#------------ VERSIONING CONFIGURATIONS ------------#
#---------------------------------------------------#
# These configs are used by the versioning system #
#---------------------------------------------------#
# The property versioning.enabled is used to enabled/disable versioning in DSpace,
# the default value is true if it unset
# versioning.enabled = true
# Control if the history overview of an item should only be shown to administrators
# If enabled only the administrators for the item will be able to view the versioning history
# If disabled anyone with READ permissions on the item will be able to view the versioning history
versioning.item.history.view.admin=false
# Controls whether the name of the submitter of a version should be included in the version history of an item.
# When true, the submitter name will be shown only if you have administrative privileges on the Item.
# When false, the submitter name is never shown.
versioning.item.history.include.submitter=false
# If you want to allow submitters to create new versions of there items, set
# the property submitterCanCreateNewVersion true.
# versioning.submitterCanCreateNewVersion=false