Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/frontend-config-guide/frontend-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ This guide documents frontend configuration options that control various UI beha
| `addDatasetEnabled` | boolean | `false` | Show/hide the "Create Dataset" button in the Datasets Dashboard. |
| `archiveWorkflowEnabled` | boolean | `false` | Enable/disable the archive/retrieve workflow. |
| `datasetReduceEnabled` | boolean | `true` | Show/hide the "Reduce" tab. |
| `datasetRelationshipsEnabled` | boolean | `true` | Show/hide the "Relationships" tab. |
| `datasetJsonScientificMetadata` | boolean | `true` | Show/hide the "Scientific Metadata (JSON)" tab. |
| `editDatasetEnabled` | boolean | `true` | Show/hide the "Edit" buttons in the Datasets Details page |
| `editDatasetSampleEnabled` | boolean | `true` | **Deprecated** Enable/disable editing of which Sample a Dataset belongs to. |
Expand Down
1 change: 1 addition & 0 deletions src/config/frontend.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"allowConfigOverrides": true,
"archiveWorkflowEnabled": false,
"datasetReduceEnabled": true,
"datasetRelationshipsEnabled": true,
"datasetJsonScientificMetadata": true,
"editDatasetEnabled": true,
"editDatasetSampleEnabled": true,
Expand Down
Loading