add document filter keys to config
This commit is contained in:
parent
c8cad4305a
commit
4e73a70588
1 changed files with 8 additions and 0 deletions
|
@ -105,6 +105,14 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
|||
list means it will not be included in find annotations.
|
||||
*/
|
||||
"clipLayers": ["publicnotes", "keywords", "subtitles"],
|
||||
"documentFilters": [
|
||||
{"id": "author", "sort": [{"key": "items", "operator": "-"}]},
|
||||
{"id": "place", "sort": [{"key": "items", "operator": "-"}]},
|
||||
{"id": "date", "sort": [{"key": "name", "operator": "-"}]},
|
||||
{"id": "publisher", "sort": [{"key": "items", "operator": "-"}]},
|
||||
{"id": "language", "sort": [{"key": "items", "operator": "-"}]}
|
||||
],
|
||||
"documentFiltersSize": 176,
|
||||
/*
|
||||
"documentKeys" defines the metadata associated with each document. Required keys
|
||||
are "*", "id" and "title".
|
||||
|
|
Loading…
Reference in a new issue