Skip to content
Snippets Groups Projects
Commit 273267b0 authored by Henrik Askjer's avatar Henrik Askjer
Browse files

remove unised datasets and change color scheme

parent 74dc060b
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ if (Object.prototype.hasOwnProperty.call(availableLocales, localeFromUrl)) {
replaceOld: false
})
history.push({
pathname: newPathname,
pathname: newPathname + "perspective4/federated-search",
hash
})
}
......
......@@ -3,11 +3,7 @@
"rootUrl": "",
"perspectives": {
"searchPerspectives": [
"perspective1",
"perspective2",
"perspective3",
"perspective4",
"fullTextSearch"
"perspective4"
],
"onlyInstancePages": [
"manuscripts",
......@@ -27,22 +23,9 @@
"id": "en",
"label": "English",
"filename": "localeEN.json"
},
{
"id": "fi",
"label": "English",
"filename": "localeFI.json"
}
]
},
"sitemapConfig": {
"baseUrl": "https://sampo-ui.demo.seco.cs.aalto.fi",
"langPrimary": "en",
"langSecondary": "fi",
"outputDir": "./src/server/sitemap_generator",
"sitemapUrl": "https://sampo-ui.demo.seco.cs.aalto.fi/sitemap",
"sitemapInstancePageQuery": "sitemapInstancePageQuery"
},
"knowledgeGraphMetadataConfig": {
"showTable": false,
"perspective": "perspective1"
......@@ -50,10 +33,10 @@
"layoutConfig": {
"colorPalette": {
"primary": {
"main": "#212121"
"main": "#02529C"
},
"secondary": {
"main": "#EB1806"
"main": "#DC1E35"
}
},
"hundredPercentHeightBreakPoint": 900,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment