Skip to content

Commit

Permalink
Set a whitelist for the countries to be displayed on the landingpage
Browse files Browse the repository at this point in the history
  • Loading branch information
zotya committed Jan 17, 2023
1 parent 33401a7 commit 42a50b9
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions src/config/views.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,46 @@ export default {
facetField: 'spatial',
filterType: 'any:exact',
sortOn: 'alpha',
whitelist: [
'Austria',
'Belgium',
'Bulgaria',
'Croatia',
'Cyprus',
'Czechia',
'Denmark',
'Estonia',
'Finland',
'France',
'Germany',
'Greece',
'Hungary',
'Iceland',
'Ireland',
'Italy',
'Latvia',
'Liechtenstein',
'Lithuania',
'Luxembourg',
'Malta',
'Netherlands',
'Norway',
'Poland',
'Portugal',
'Romania',
'Slovakia',
'Slovenia',
'Spain',
'Sweden',
'Switzerland',
'Turkey',
'Albania',
'Bosnia and Herzegovina',
'Kosovo',
'Montenegro',
'North Macedonia',
'Serbia',
],
icon: {
family: 'CountryFlags',
className: 'facet-option-icon',
Expand Down

0 comments on commit 42a50b9

Please sign in to comment.