diff --git a/config.jsonc b/config.jsonc index 8308f9f..b911ead 100644 --- a/config.jsonc +++ b/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": "+", diff --git a/static/js/documentInfoView.leftovers.js b/static/js/documentInfoView.leftovers.js index 1603f48..138f193 100644 --- a/static/js/documentInfoView.leftovers.js +++ b/static/js/documentInfoView.leftovers.js @@ -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']);