From 4587dc68e04e5a257bd5f7bfef2311c5f4c204a2 Mon Sep 17 00:00:00 2001 From: j Date: Sat, 24 Apr 2021 15:37:20 +0200 Subject: [PATCH] add fields --- config.jsonc | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/config.jsonc b/config.jsonc index af7e858..5e88ea0 100644 --- a/config.jsonc +++ b/config.jsonc @@ -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",