From 5e8c51717ea8f04f7eedce581510c788c3a7aa1c Mon Sep 17 00:00:00 2001 From: Rolux Date: Mon, 21 Sep 2015 17:23:09 +0100 Subject: [PATCH] update config --- config.jsonc | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/config.jsonc b/config.jsonc index ea8d0fd..f090a14 100644 --- a/config.jsonc +++ b/config.jsonc @@ -202,6 +202,14 @@ "sort": true, "sortType": "title" }, + { + "id": "archiveid", + "title": "Archive ID", + "type": "string", + "columnWidth": 120, + "find": true, + "sort": true + }, { "id": "location", "title": "Location", @@ -230,6 +238,16 @@ "find": true, "sort": true }, + { + "id": "format", + "title": "Format", + "type": "string", + "autocomplete": true, + "columnWidth": 120, + "filter": true, + "find": true, + "sort": true + }, { "id": "director", "title": "Director", @@ -321,7 +339,6 @@ "title": "Depositor", "type": "string", "autocomplete": true, - "description": true, "columnWidth": 180, "filter": true, "find": true,