Skip to content

Commit

Permalink
Merge pull request #187 from ConductionNL/Feature/XW-119/config
Browse files Browse the repository at this point in the history
Feature/XW-119/config
  • Loading branch information
remko48 authored Nov 24, 2023
2 parents e719b0d + 20207b9 commit 22f444e
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions pwa/src/services/getConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const getConfig = (themeOrDomainName: string): Record<string, any> | unde
return Xxllnc;
case "koophulpje.nl":
case "open-webconcept-theme":
case "localhost": // development purposes
// case "localhost": // development purposes
return OpenWebconcept;

case "barendrecht":
Expand Down Expand Up @@ -74,7 +74,7 @@ export const getConfig = (themeOrDomainName: string): Record<string, any> | unde

export const availableThemes: { label: string; value: string }[] = [
{
label: "Koophulpje",
label: "Alle organisaties",
value: "open-webconcept-theme",
},
{
Expand All @@ -89,10 +89,11 @@ export const availableThemes: { label: string; value: string }[] = [
label: "Buren",
value: "buren",
},
{
label: "Conduction",
value: "conduction-theme",
},
// {
// label: "Conduction",
// value: "conduction-theme",
// },
// development purposes
{
label: "Dinkelland",
value: "dinkelland-theme",
Expand Down Expand Up @@ -145,8 +146,9 @@ export const availableThemes: { label: string; value: string }[] = [
label: "Waddinxveen",
value: "waddinxveen",
},
{
label: "XXLLNC",
value: "xxllnc-theme",
},
// {
// label: "XXLLNC",
// value: "xxllnc-theme",
// },
// development purposes
];

0 comments on commit 22f444e

Please sign in to comment.