update config
This commit is contained in:
parent
e24b835a9a
commit
5e8c51717e
1 changed files with 18 additions and 1 deletions
19
config.jsonc
19
config.jsonc
|
@ -202,6 +202,14 @@
|
||||||
"sort": true,
|
"sort": true,
|
||||||
"sortType": "title"
|
"sortType": "title"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "archiveid",
|
||||||
|
"title": "Archive ID",
|
||||||
|
"type": "string",
|
||||||
|
"columnWidth": 120,
|
||||||
|
"find": true,
|
||||||
|
"sort": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "location",
|
"id": "location",
|
||||||
"title": "Location",
|
"title": "Location",
|
||||||
|
@ -230,6 +238,16 @@
|
||||||
"find": true,
|
"find": true,
|
||||||
"sort": true
|
"sort": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "format",
|
||||||
|
"title": "Format",
|
||||||
|
"type": "string",
|
||||||
|
"autocomplete": true,
|
||||||
|
"columnWidth": 120,
|
||||||
|
"filter": true,
|
||||||
|
"find": true,
|
||||||
|
"sort": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "director",
|
"id": "director",
|
||||||
"title": "Director",
|
"title": "Director",
|
||||||
|
@ -321,7 +339,6 @@
|
||||||
"title": "Depositor",
|
"title": "Depositor",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"autocomplete": true,
|
"autocomplete": true,
|
||||||
"description": true,
|
|
||||||
"columnWidth": 180,
|
"columnWidth": 180,
|
||||||
"filter": true,
|
"filter": true,
|
||||||
"find": true,
|
"find": true,
|
||||||
|
|
Loading…
Reference in a new issue