add keywords

This commit is contained in:
j 2019-07-09 12:49:14 +02:00
commit 48bf25e6b4
3 changed files with 19 additions and 0 deletions

View file

@ -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) {