mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-08 02:24:18 +00:00
[1818000] Pluggable Style Selection strategy for item display
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2263 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -350,6 +350,12 @@ webui.licence_bundle.show = false
|
||||
# dc.identifier.isbn, dc.identifier.issn, \
|
||||
# dc.identifier.ismn, dc.identifier
|
||||
|
||||
# Specify which strategy use for select the style for an item
|
||||
plugin.single.org.dspace.app.webui.util.StyleSelection = \
|
||||
org.dspace.app.webui.util.CollectionStyleSelection
|
||||
#org.dspace.app.webui.util.MetadataStyleSelection
|
||||
|
||||
# If use CollectionStyleSelection
|
||||
# Specify which collections use which views by Handle.
|
||||
#
|
||||
# webui.itemdisplay.<style>.collections = <collection handle>, ...
|
||||
@@ -358,6 +364,12 @@ webui.licence_bundle.show = false
|
||||
#
|
||||
# webui.itemdisplay.thesis.collections = 123456789/24, 123456789/35
|
||||
|
||||
# If use MetadataStyleSelection, you MUST
|
||||
# Specify which metadata use as name of the style
|
||||
#
|
||||
# webui.itemdisplay.metadata-style = schema.element[.qualifier|.*]
|
||||
# webui.itemdisplay.metadata-style = dc.type
|
||||
|
||||
# Customise the DC fields to use in the item listing page. Elements will be
|
||||
# displayed left to right in the order that they are specified here.
|
||||
#
|
||||
|
Reference in New Issue
Block a user