Skip to content

Commit 1cfb5d7

Browse files
authored
Add documenation for supportEmail frontend config (#81)
1 parent df1ed8a commit 1cfb5d7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Development/v3.x/Configuration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ frontend/src/assets/config.json:
128128
"shoppingCartEnabled": true, // Enable/disable the Dataset cart used for bulk actions.
129129
"shoppingCartOnHeader": true, // Toggle Dataset cart placement, either on header or to the left on the Datasets Dashboard.
130130
"tableSciDataEnabled": true // Enable/disable Scientific Metadata table view on details pages. If disabled, Scientific Metadata is displayed as raw JSON.
131+
"supportEmail": "[email protected]" // Optional. If set, adds a card in /help page with support email in the message.
131132
}
132133
133134
```

Development/v4.x/frontend/configuration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ frontend/src/assets/config.json:
128128
"shoppingCartEnabled": true, // Enable/disable the Dataset cart used for bulk actions.
129129
"shoppingCartOnHeader": true, // Toggle Dataset cart placement, either on header or to the left on the Datasets Dashboard.
130130
"tableSciDataEnabled": true // Enable/disable Scientific Metadata table view on details pages. If disabled, Scientific Metadata is displayed as raw JSON.
131+
"supportEmail": "[email protected]" // Optional. If set, adds a card in /help page with support email in the message.
131132
}
132133
133134
```

0 commit comments

Comments
 (0)