forked from 0x2620/pandora
update config docs
This commit is contained in:
parent
d1b0020fc7
commit
ca197eafaf
1 changed files with 4 additions and 2 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue