config: add 'secondaryId' itemKey property
This commit is contained in:
parent
0372eff998
commit
fffd4d81a0
4 changed files with 5 additions and 0 deletions
|
@ -121,6 +121,7 @@
|
||||||
find: If true, this key will appear as a find option
|
find: If true, this key will appear as a find option
|
||||||
format: {type: "...", args: [...]}, for special formatting
|
format: {type: "...", args: [...]}, for special formatting
|
||||||
(Ox.formatType(args) will be called)
|
(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
|
sort: If true, one can sort results by this key
|
||||||
sortOperator: sort operator (+, -), in case it differs from the
|
sortOperator: sort operator (+, -), in case it differs from the
|
||||||
default for the key's type (+ for strings, - for numbers)
|
default for the key's type (+ for strings, - for numbers)
|
||||||
|
|
|
@ -127,6 +127,7 @@
|
||||||
find: If true, this key will appear as a find option
|
find: If true, this key will appear as a find option
|
||||||
format: {type: "...", args: [...]}, for special formatting
|
format: {type: "...", args: [...]}, for special formatting
|
||||||
(Ox.formatType(args) will be called)
|
(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
|
sort: If true, one can sort results by this key
|
||||||
sortOperator: sort operator (+, -), in case it differs from the
|
sortOperator: sort operator (+, -), in case it differs from the
|
||||||
default for the key's type (+ for strings, - for numbers)
|
default for the key's type (+ for strings, - for numbers)
|
||||||
|
@ -386,6 +387,7 @@
|
||||||
"title": "IMDb ID",
|
"title": "IMDb ID",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"columnWidth": 90,
|
"columnWidth": 90,
|
||||||
|
"secondaryId": true,
|
||||||
"sort": true
|
"sort": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -117,6 +117,7 @@
|
||||||
find: If true, this key will appear as a find option
|
find: If true, this key will appear as a find option
|
||||||
format: {type: "...", args: [...]}, for special formatting
|
format: {type: "...", args: [...]}, for special formatting
|
||||||
(Ox.formatType(args) will be called)
|
(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
|
sort: If true, one can sort results by this key
|
||||||
sortOperator: sort operator (+, -), in case it differs from the
|
sortOperator: sort operator (+, -), in case it differs from the
|
||||||
default for the key's type (+ for strings, - for numbers)
|
default for the key's type (+ for strings, - for numbers)
|
||||||
|
|
|
@ -114,6 +114,7 @@
|
||||||
find: If true, this key will appear as a find option
|
find: If true, this key will appear as a find option
|
||||||
format: {type: "...", args: [...]}, for special formatting
|
format: {type: "...", args: [...]}, for special formatting
|
||||||
(Ox.formatType(args) will be called)
|
(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
|
sort: If true, one can sort results by this key
|
||||||
sortOperator: sort operator (+, -), in case it differs from the
|
sortOperator: sort operator (+, -), in case it differs from the
|
||||||
default for the key's type (+ for strings, - for numbers)
|
default for the key's type (+ for strings, - for numbers)
|
||||||
|
|
Loading…
Reference in a new issue