From d3b164d46a270cafe52e908a5480a13dad327076 Mon Sep 17 00:00:00 2001 From: junjiequan Date: Wed, 22 Jan 2025 15:30:33 +0100 Subject: [PATCH] chore(config): add dataset detail view label options to frontend configuration --- src/config/frontend.config.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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" + } + } } }