Moved list view configuration guidelines out of config files into a text file.

This commit is contained in:
rjy7 2011-01-03 16:00:41 +00:00
parent b5cc83ffa8
commit 4794b298bc

View file

@ -7,7 +7,7 @@
- template: the name of the template used to display a single property statement
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
Query requirements:
@ -31,8 +31,6 @@
}
</query>
<collation-target>object</collation-target>
<postprocessor>edu.cornell.mannlib.vitro.webapp.web.templatemodels.individual.DefaultObjectPropertyDataPostprocessor</postprocessor>
<template>propStatement-default.ftl</template>