Moved list view configuration guidelines out of config files into a text file.
This commit is contained in:
parent
b5cc83ffa8
commit
4794b298bc
1 changed files with 1 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
||||||
- template: the name of the template used to display a single property statement
|
- template: the name of the template used to display a single property statement
|
||||||
|
|
||||||
Optional elements:
|
Optional elements:
|
||||||
postprocessor: a Java class that postprocesses the data retrieved from the query before
|
- postprocessor: a Java class that postprocesses the data retrieved from the query before
|
||||||
sending it to the template
|
sending it to the template
|
||||||
|
|
||||||
Query requirements:
|
Query requirements:
|
||||||
|
@ -30,8 +30,6 @@
|
||||||
OPTIONAL { GRAPH ?g3 { ?object vitro:moniker ?moniker } }
|
OPTIONAL { GRAPH ?g3 { ?object vitro:moniker ?moniker } }
|
||||||
}
|
}
|
||||||
</query>
|
</query>
|
||||||
|
|
||||||
<collation-target>object</collation-target>
|
|
||||||
|
|
||||||
<postprocessor>edu.cornell.mannlib.vitro.webapp.web.templatemodels.individual.DefaultObjectPropertyDataPostprocessor</postprocessor>
|
<postprocessor>edu.cornell.mannlib.vitro.webapp.web.templatemodels.individual.DefaultObjectPropertyDataPostprocessor</postprocessor>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue