Skip to content

Commit

Permalink
chore(config): add dataset detail view label options to frontend conf…
Browse files Browse the repository at this point in the history
…iguration
  • Loading branch information
Junjiequan committed Jan 23, 2025
1 parent b64bafb commit 63086ff
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/config/frontend.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
}

0 comments on commit 63086ff

Please sign in to comment.