add numberoftags
This commit is contained in:
parent
82ed65096e
commit
2316c63156
1 changed files with 10 additions and 1 deletions
11
config.jsonc
11
config.jsonc
|
@ -702,6 +702,15 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
||||||
"sort": true,
|
"sort": true,
|
||||||
"value": {"key": "cuts", "type": "length"}
|
"value": {"key": "cuts", "type": "length"}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "numberoftags",
|
||||||
|
"title": "Number of Tags",
|
||||||
|
"type": "integer",
|
||||||
|
"columnWidth": 60,
|
||||||
|
"format": {"type": "number", "args": []},
|
||||||
|
"sort": true,
|
||||||
|
"value": {"key": "tags", "type": "length"}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "cutsperminute",
|
"id": "cutsperminute",
|
||||||
"title": "Cuts per Minute",
|
"title": "Cuts per Minute",
|
||||||
|
@ -1179,7 +1188,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
||||||
"itemFind": "",
|
"itemFind": "",
|
||||||
"itemSort": [{"key": "position", "operator": "+"}],
|
"itemSort": [{"key": "position", "operator": "+"}],
|
||||||
"itemView": "info",
|
"itemView": "info",
|
||||||
"listColumns": ["title", "type", "batch", "duration", "tags", "resolution"],
|
"listColumns": ["title", "type", "batch", "duration", "tags", "resolution", "numberoftags"],
|
||||||
"listColumnWidth": {},
|
"listColumnWidth": {},
|
||||||
"listSelection": [],
|
"listSelection": [],
|
||||||
"listSort": [{"key": "title", "operator": "+"}],
|
"listSort": [{"key": "title", "operator": "+"}],
|
||||||
|
|
Loading…
Reference in a new issue