diff --git a/pandora/config.indiancinema.jsonc b/pandora/config.indiancinema.jsonc index 51fbaa56..be2a79db 100644 --- a/pandora/config.indiancinema.jsonc +++ b/pandora/config.indiancinema.jsonc @@ -239,6 +239,14 @@ "find": true, "sort": true }, + { + "id": "keywords", + "title": "Keywords", + "type": ["string"], + "columnWidth": 128, + "filter": true, + "find": true + }, { "id": "id", "operator": "+", diff --git a/pandora/config.padma.jsonc b/pandora/config.padma.jsonc index e2f75a3a..1c445833 100644 --- a/pandora/config.padma.jsonc +++ b/pandora/config.padma.jsonc @@ -236,6 +236,14 @@ "find": true, "sort": true }, + { + "id": "keywords", + "title": "Keywords", + "type": ["string"], + "columnWidth": 128, + "filter": true, + "find": true + }, { "id": "id", "operator": "+", diff --git a/static/js/documentInfoView.js b/static/js/documentInfoView.js index 592afd45..9b3cd79e 100644 --- a/static/js/documentInfoView.js +++ b/static/js/documentInfoView.js @@ -232,6 +232,9 @@ pandora.ui.documentInfoView = function(data, isMixed) { renderGroup(['author', 'date', 'type']); renderGroup(['publisher', 'place', 'series', 'edition', 'language']); + Ox.getObjectById(pandora.site.documentKeys, 'keywords') && renderGroup(['keywords']) + + // Description ------------------------------------------------------------- if (canEdit || data.description) {