mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 23:13:10 +00:00
Merge pull request #2662 from TexasDigitalLibrary/dspace-6_x-3725
DS-3725: Adds 'id' property to 'default' and 'site' DiscoveryConfiguration
This commit is contained in:
@@ -94,6 +94,7 @@
|
||||
|
||||
<!--The default configuration settings for discovery-->
|
||||
<bean id="defaultConfiguration" class="org.dspace.discovery.configuration.DiscoveryConfiguration" scope="prototype">
|
||||
<property name="id" value="default" />
|
||||
<!--Which sidebar facets are to be displayed-->
|
||||
<property name="sidebarFacets">
|
||||
<list>
|
||||
@@ -207,6 +208,7 @@
|
||||
|
||||
<!--The Homepage specific configuration settings for discovery-->
|
||||
<bean id="homepageConfiguration" class="org.dspace.discovery.configuration.DiscoveryConfiguration" scope="prototype">
|
||||
<property name="id" value="site" />
|
||||
<!--Which sidebar facets are to be displayed (same as defaultConfiguration above)-->
|
||||
<property name="sidebarFacets">
|
||||
<list>
|
||||
|
Reference in New Issue
Block a user