mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-16 22:43:12 +00:00
fix typos
This commit is contained in:
@@ -273,7 +273,7 @@
|
|||||||
<bean id="homepageTagCloudFacetConfiguration" class="org.dspace.discovery.configuration.TagCloudFacetConfiguration">
|
<bean id="homepageTagCloudFacetConfiguration" class="org.dspace.discovery.configuration.TagCloudFacetConfiguration">
|
||||||
<!-- Actual configuration of the tagcloud (colors, sorting, etc.) -->
|
<!-- Actual configuration of the tagcloud (colors, sorting, etc.) -->
|
||||||
<property name="tagCloudConfiguration" ref="tagCloudConfiguration"/>
|
<property name="tagCloudConfiguration" ref="tagCloudConfiguration"/>
|
||||||
<!-- List of tagclouds to appear, ove for evry search filter, one after the other -->
|
<!-- List of tagclouds to appear, one for every search filter, one after the other -->
|
||||||
<property name="tagCloudFacets">
|
<property name="tagCloudFacets">
|
||||||
<list>
|
<list>
|
||||||
<ref bean="searchFilterSubject" />
|
<ref bean="searchFilterSubject" />
|
||||||
@@ -285,7 +285,7 @@
|
|||||||
<bean id="defaultTagCloudFacetConfiguration" class="org.dspace.discovery.configuration.TagCloudFacetConfiguration">
|
<bean id="defaultTagCloudFacetConfiguration" class="org.dspace.discovery.configuration.TagCloudFacetConfiguration">
|
||||||
<!-- Actual configuration of the tagcloud (colors, sorting, etc.) -->
|
<!-- Actual configuration of the tagcloud (colors, sorting, etc.) -->
|
||||||
<property name="tagCloudConfiguration" ref="tagCloudConfiguration"/>
|
<property name="tagCloudConfiguration" ref="tagCloudConfiguration"/>
|
||||||
<!-- List of tagclouds to appear, ove for evry search filter, one after the other -->
|
<!-- List of tagclouds to appear, one for every search filter, one after the other -->
|
||||||
<property name="tagCloudFacets">
|
<property name="tagCloudFacets">
|
||||||
<list>
|
<list>
|
||||||
<ref bean="searchFilterSubject" />
|
<ref bean="searchFilterSubject" />
|
||||||
@@ -351,7 +351,7 @@
|
|||||||
<!-- The font size (in em) for the tag with the lowest score. Possible values: any decimal. Default: 3.2 -->
|
<!-- The font size (in em) for the tag with the lowest score. Possible values: any decimal. Default: 3.2 -->
|
||||||
<!-- <property name="fontTo" value="3.2"/>-->
|
<!-- <property name="fontTo" value="3.2"/>-->
|
||||||
|
|
||||||
<!-- The score that tags with lower than that will not appear in the rag cloud. Possible values: any integer from 1 to infinity. Default: 0 -->
|
<!-- The tags with score lower than this will not appear in the tag cloud. Possible values: any integer from 1 to infinity. Default: 0 -->
|
||||||
<!-- <property name="cuttingLevel" value="0"/>-->
|
<!-- <property name="cuttingLevel" value="0"/>-->
|
||||||
|
|
||||||
<!-- The ordering of the tags (based either on the name or the score of the tag)
|
<!-- The ordering of the tags (based either on the name or the score of the tag)
|
||||||
|
Reference in New Issue
Block a user