don't show fulltext keys by default

This commit is contained in:
j 2021-11-04 16:37:32 +00:00
parent 10dd0768d1
commit ae8363d4e2

View file

@ -34,7 +34,7 @@ pandora.ui.documentInfoView = function(data, isMixed) {
'extension', 'dimensions', 'size', 'matches',
'created', 'modified', 'accessed',
'random', 'entity'
],
].concat(pandora.site.documentKeys.filter(key => { return key.fulltext }).map(key => key.id)),
statisticsWidth = 128,
$bar = Ox.Bar({size: 16})