add antagonisms
This commit is contained in:
parent
c71a2c3ff0
commit
8ca2e0cd63
2 changed files with 12 additions and 0 deletions
11
config.jsonc
11
config.jsonc
|
@ -345,6 +345,17 @@
|
|||
"autocomplete": true,
|
||||
"columnWidth": 256
|
||||
},
|
||||
{
|
||||
"id": "antagonisms",
|
||||
"operator": "+",
|
||||
"title": "Antagonisms",
|
||||
"type": ["string"],
|
||||
"filter": true,
|
||||
"find": true,
|
||||
"sort": true,
|
||||
"autocomplete": true,
|
||||
"columnWidth": 256
|
||||
},
|
||||
{
|
||||
"id": "tactics",
|
||||
"operator": "+",
|
||||
|
|
|
@ -237,6 +237,7 @@ pandora.ui.documentInfoView = function(data, isMixed) {
|
|||
renderGroup(['source', 'links']);
|
||||
renderGroup(['movement', 'event']);
|
||||
renderGroup(['associatedgroups', 'relatedpeople']);
|
||||
renderGroup(['antagonisms']);
|
||||
renderGroup(['tactics']);
|
||||
renderGroup(['tags']);
|
||||
|
||||
|
|
Loading…
Reference in a new issue