config: add 'secondaryId' itemKey property

This commit is contained in:
rolux 2013-03-06 10:03:09 +00:00
commit fffd4d81a0
4 changed files with 5 additions and 0 deletions

View file

@ -117,6 +117,7 @@
find: If true, this key will appear as a find option
format: {type: "...", args: [...]}, for special formatting
(Ox.formatType(args) will be called)
secondaryId: If true, loading /value will redirect to the item
sort: If true, one can sort results by this key
sortOperator: sort operator (+, -), in case it differs from the
default for the key's type (+ for strings, - for numbers)