add rudimentary support for itemFind
This commit is contained in:
parent
9342bcd391
commit
d4e1bc7e56
5 changed files with 129 additions and 101 deletions
|
|
@ -488,6 +488,7 @@
|
|||
{"id": "data", "title": "Data"},
|
||||
{"id": "files", "title": "Files"}
|
||||
],
|
||||
// fixme: should be renamed to annotationLayers
|
||||
"layers": [
|
||||
{
|
||||
"id": "privatenotes",
|
||||
|
|
@ -601,6 +602,7 @@
|
|||
"icons": "posters",
|
||||
"infoIconSize": 256,
|
||||
"item": "",
|
||||
"itemFind": {"conditions": [], "operator": "&"},
|
||||
"itemSort": [{"key": "position", "operator": "+"}],
|
||||
"itemView": "info",
|
||||
"listColumns": ["title", "director", "country", "year", "language", "runtime", "genre"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue