add fields

This commit is contained in:
j 2021-04-24 15:37:20 +02:00
parent 59cd9b1258
commit 4587dc68e0

View file

@ -615,6 +615,15 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
"find": true,
"sort": true
},
{
"id": "tapetime",
"title": "Tape Time",
"type": "string",
"columnWidth": 180,
"filter": true,
"find": true,
"sort": true
},
{
"id": "runtime",
"title": "Runtime",
@ -625,7 +634,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
},
{
"id": "length",
"title": "Length(ft)",
"title": "Length (feet)",
"type": "integer"
},
{
@ -641,6 +650,13 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
"columnWidth": 90,
"sort": true
},
{
"id": "catalogueid",
"title": "Catalogue ID",
"type": "string",
"columnWidth": 90,
"sort": true
},
{
"id": "keywords",
"title": "Keywords",