update document metadata
This commit is contained in:
parent
17445c98a4
commit
791e7600b7
2 changed files with 693 additions and 9 deletions
66
config.jsonc
66
config.jsonc
|
|
@ -162,9 +162,9 @@
|
|||
"columnWidth": 256
|
||||
},
|
||||
{
|
||||
"id": "type",
|
||||
"id": "format",
|
||||
"operator": "+",
|
||||
"title": "Type",
|
||||
"title": "Format",
|
||||
"type": "string",
|
||||
"filter": true,
|
||||
"find": true,
|
||||
|
|
@ -195,6 +195,17 @@
|
|||
"autocomplete": true,
|
||||
"columnWidth": 256
|
||||
},
|
||||
{
|
||||
"id": "group",
|
||||
"operator": "+",
|
||||
"title": "Group",
|
||||
"type": ["string"],
|
||||
"filter": true,
|
||||
"find": true,
|
||||
"sort": true,
|
||||
"autocomplete": true,
|
||||
"columnWidth": 256
|
||||
},
|
||||
{
|
||||
"id": "place",
|
||||
"title": "Place",
|
||||
|
|
@ -220,13 +231,6 @@
|
|||
"find": true,
|
||||
"sort": true
|
||||
},
|
||||
{
|
||||
"id": "edition",
|
||||
"title": "Edition",
|
||||
"type": "string",
|
||||
"columnWidth": 128,
|
||||
"find": true
|
||||
},
|
||||
{
|
||||
"id": "language",
|
||||
"title": "Language",
|
||||
|
|
@ -236,6 +240,50 @@
|
|||
"find": true,
|
||||
"sort": true
|
||||
},
|
||||
{
|
||||
"id": "movement",
|
||||
"operator": "+",
|
||||
"title": "Related Social Movement",
|
||||
"type": ["string"],
|
||||
"filter": true,
|
||||
"find": true,
|
||||
"sort": true,
|
||||
"autocomplete": true,
|
||||
"columnWidth": 256
|
||||
},
|
||||
{
|
||||
"id": "event",
|
||||
"operator": "+",
|
||||
"title": "Key Events",
|
||||
"type": ["string"],
|
||||
"filter": true,
|
||||
"find": true,
|
||||
"sort": true,
|
||||
"autocomplete": true,
|
||||
"columnWidth": 256
|
||||
},
|
||||
{
|
||||
"id": "associatedgroups",
|
||||
"operator": "+",
|
||||
"title": "Associated groups",
|
||||
"type": ["string"],
|
||||
"filter": true,
|
||||
"find": true,
|
||||
"sort": true,
|
||||
"autocomplete": true,
|
||||
"columnWidth": 256
|
||||
},
|
||||
{
|
||||
"id": "tags",
|
||||
"operator": "+",
|
||||
"title": "Tags",
|
||||
"type": ["string"],
|
||||
"filter": true,
|
||||
"find": true,
|
||||
"sort": true,
|
||||
"autocomplete": true,
|
||||
"columnWidth": 256
|
||||
},
|
||||
{
|
||||
"id": "id",
|
||||
"operator": "+",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue