Skip to content

Commit 2afa21c

Browse files
MENDELU/Added Theme by info into header and exposed the mail.helpdesk info via REST API (#1209)
1 parent 50d7b4a commit 2afa21c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

dspace/config/dspace.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1664,6 +1664,9 @@ eperson.registration-data.scheduler.enabled = true
16641664
# By default it's scheduled to be run every 15 minutes.
16651665
eperson.registration-data.scheduler.expired-registration-data.cron = 0 0/15 * * * ?
16661666

1667+
themed.by.url = https://www.dataquest.sk/dspace
1668+
themed.by.company.name = + dataquest
1669+
16671670
#------------------------------------------------------------------#
16681671
#-------------------MODULE CONFIGURATIONS--------------------------#
16691672
#------------------------------------------------------------------#

dspace/config/modules/rest.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,6 @@ rest.properties.exposed = matomo.request.siteid
6969
rest.properties.exposed = matomo.tracker.url
7070
rest.properties.exposed = bulkedit.export.max.items
7171
rest.properties.exposed = identifier.doi.resolver
72+
rest.properties.exposed = mail.helpdesk
73+
rest.properties.exposed = themed.by.url
74+
rest.properties.exposed = themed.by.company.name

0 commit comments

Comments
 (0)