tweak keys
This commit is contained in:
parent
2523228600
commit
5cc35fd245
1 changed files with 2 additions and 9 deletions
11
config.jsonc
11
config.jsonc
|
@ -643,8 +643,8 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
||||||
"find": true
|
"find": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "runtime",
|
"id": "duration",
|
||||||
"title": "Runtime",
|
"title": "Duration",
|
||||||
"type": "time",
|
"type": "time",
|
||||||
"columnWidth": 90,
|
"columnWidth": 90,
|
||||||
"format": {"type": "duration", "args": []},
|
"format": {"type": "duration", "args": []},
|
||||||
|
@ -772,13 +772,6 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
||||||
"sort": true,
|
"sort": true,
|
||||||
"value": {"key": "files", "type": "length"}
|
"value": {"key": "files", "type": "length"}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"id": "filename",
|
|
||||||
"title": "Filename",
|
|
||||||
"type": ["string"],
|
|
||||||
"capability": "canSeeMedia",
|
|
||||||
"find": true
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"id": "created",
|
"id": "created",
|
||||||
"title": "Date Created",
|
"title": "Date Created",
|
||||||
|
|
Loading…
Reference in a new issue