update config docs

This commit is contained in:
rolux 2014-12-23 12:38:22 +00:00
parent d1b0020fc7
commit ca197eafaf

View file

@ -150,8 +150,10 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
], ],
/* /*
"itemKeys" defines the metadata associated with each item. Required keys "itemKeys" defines the metadata associated with each item. Required keys
are "*", "id" and "title". Adding a key with "random" as id will produce a are "*", "id" and "title". Annotation layers can be referenced too, which
random value; this can be used for a "random" sort order. makes them available in the find element. Adding a key with "annotations"
as id adds a "find in any annotation layer" option. Further, adding a key
with "random" as id can be used for a random sort order.
An itemKey must have the following properties: An itemKey must have the following properties:
"id": The unique id of the key (as used by the server) "id": The unique id of the key (as used by the server)
"title": The title of the key (as displayed by the client) "title": The title of the key (as displayed by the client)