Skip to content

Commit 42e58d3

Browse files
authored
fix: configurable main page (SciCatProject#1997)
## Description This Pr updates the FE config with the option needed for the configurable main page. ## Motivation This PR is related to FE PR SciCatProject/frontend#1903 ## Changes: * updated FE config ## Tests included - [ ] Included for each change/fix? - [ ] Passing? <!-- Merge will not be approved unless tests pass --> ## Documentation - [ ] swagger documentation updated (required for API changes) - [ ] official documentation updated ### official documentation info
2 parents 59ee135 + 157b9b8 commit 42e58d3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/config/frontend.config.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"defaultMainPage": "DATASETS",
23
"accessTokenPrefix": "Bearer ",
34
"addDatasetEnabled": false,
45
"archiveWorkflowEnabled": false,
@@ -11,6 +12,8 @@
1112
"externalAuthEndpoint": "/api/v3/auth/msad",
1213
"facility": "SciCat Vanilla",
1314
"siteIcon": "site-header-logo.png",
15+
"siteTitle" : "Local development",
16+
"siteSciCatLogo" : "full",
1417
"loginFacilityLabel": "SciCat Vanilla",
1518
"loginLdapLabel": "Ldap",
1619
"loginLocalLabel": "Local",
@@ -247,7 +250,7 @@
247250
},
248251
"dateFormat": "yyyy-MM-dd HH:mm",
249252
"datasetDetailComponent": {
250-
"enableCustomizedComponent": true,
253+
"enableCustomizedComponent": false,
251254
"customization": [
252255
{
253256
"type": "regular",

0 commit comments

Comments
 (0)