add tags
This commit is contained in:
parent
7e838d21c6
commit
a420ecb530
3 changed files with 23 additions and 1 deletions
|
|
@ -239,7 +239,7 @@ pandora.ui.documentInfoView = function(data, isMixed) {
|
|||
renderGroup(['author', 'editor', 'date', 'type']);
|
||||
renderGroup(['publisher', 'place', 'series', 'edition', 'language']);
|
||||
|
||||
Ox.getObjectById(pandora.site.documentKeys, 'keywords') && renderGroup(['keywords'])
|
||||
renderGroup(['tags']);
|
||||
|
||||
// Render any remaing keys defined in config
|
||||
|
||||
|
|
|
|||
|
|
@ -253,6 +253,8 @@ pandora.ui.infoView = function(data, isMixed) {
|
|||
|
||||
renderGroup(['editor', 'featuring']);
|
||||
|
||||
renderGroup(['tags']);
|
||||
|
||||
// Render any remaing keys defined in config
|
||||
|
||||
renderRemainingKeys();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue