Skip to content
Merged
Show file tree
Hide file tree
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
5 changes: 4 additions & 1 deletion dspace-api/src/test/data/dspaceFolder/config/local.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -303,4 +303,7 @@ file.preview.enabled = true
sync.storage.service.enabled = false

### Signposting configuration ###
signposting.enabled = true
signposting.enabled = true

# Test configuration has only EN locale (submission-forms.xml)
webui.supported.locales = en
2 changes: 1 addition & 1 deletion dspace/config/dspace.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -1268,7 +1268,7 @@ default.locale = en
# A comma-separated list of Locales. All types of Locales country, country_language, country_language_variant
# Note that the appropriate file are present, especially that all the Messages_x.properties are there
# may be used, e.g:
# webui.supported.locales = en, de
webui.supported.locales = en, cs

#### Submission License substitution variables ####
# it is possible include contextual information in the submission license using substitution variables
Expand Down
Loading