diff --git a/src/config/frontend.config.json b/src/config/frontend.config.json index c67c5d296..cd1c467db 100644 --- a/src/config/frontend.config.json +++ b/src/config/frontend.config.json @@ -205,5 +205,19 @@ { "TextFilter": true } ], "conditions": [] + }, + "datasetDetailViewLabelOption": { + "currentLabelSet": "ess", + "labelSets": { + "ess": { + "pid": "PID", + "description": "Description", + "principalInvestigator": "Principal Investigator", + "keywords": "Keywords", + "creationTime": "Creation Time", + "scientificMetadata": "Scientific Metadata", + "metadataJsonView": "Metadata JsonView" + } + } } }