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,
|
"autocomplete": true,
|
||||||
"columnWidth": 256
|
"columnWidth": 256
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "antagonisms",
|
||||||
|
"operator": "+",
|
||||||
|
"title": "Antagonisms",
|
||||||
|
"type": ["string"],
|
||||||
|
"filter": true,
|
||||||
|
"find": true,
|
||||||
|
"sort": true,
|
||||||
|
"autocomplete": true,
|
||||||
|
"columnWidth": 256
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "tactics",
|
"id": "tactics",
|
||||||
"operator": "+",
|
"operator": "+",
|
||||||
|
|
|
@ -237,6 +237,7 @@ pandora.ui.documentInfoView = function(data, isMixed) {
|
||||||
renderGroup(['source', 'links']);
|
renderGroup(['source', 'links']);
|
||||||
renderGroup(['movement', 'event']);
|
renderGroup(['movement', 'event']);
|
||||||
renderGroup(['associatedgroups', 'relatedpeople']);
|
renderGroup(['associatedgroups', 'relatedpeople']);
|
||||||
|
renderGroup(['antagonisms']);
|
||||||
renderGroup(['tactics']);
|
renderGroup(['tactics']);
|
||||||
renderGroup(['tags']);
|
renderGroup(['tags']);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue