Nicky Nicolson
Add solanacaea hosted portal site
5a291f2
var siteTheme = gbifReactComponents.themeBuilder.extend({
baseTheme: 'light', extendWith: {
primary: themeStyle.colors.primary
}
});
var siteConfig = {
version: 2,
routes: {
enabledRoutes: ['occurrenceSearch'],
occurrenceSearch: {
// The route you are currently using for occurrence search. The language prefix will be added automatically
// If you need special routes per language, then you have to add locale specific overwrites. The page language is available as a global variable called `pageLang`
}
},
occurrence: {
rootPredicate: {
"type": "and",
"predicates": [
{ "type": "equals", "key": "taxonKey", "value": "7717" },
{ "type": "equals", "key": "hasGeospatialIssue", "value": "false" }
]
},
highlightedFilters: ['taxonKey', 'recordedBy', 'country', 'stateProvince', 'gadmGid', 'datasetKey', 'basisOfRecord', 'typeStatus', 'isInCluster', 'occurrenceIssue'],
occurrenceSearchTabs: ['TABLE', 'MAP', 'GALLERY', 'DATASETS']
}
};