Skip to content

Commit

Permalink
Merge branch 'development' into Theme-test-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 committed Dec 21, 2023
2 parents 95721ea + 820d7ef commit 380fd17
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pwa/src/services/getConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import HoekscheWaard from "./../../static/configFiles/hoeksche-waard.json";
import Texel from "./../../static/configFiles/texel.json";
import Zutphen from "./../../static/configFiles/zutphen.json";
import Sloterburg from "./../../static/configFiles/sloterburg.json";
import Gouda from "./../../static/configFiles/gouda.json";
import { TGroupedSelectOption } from "@conduction/components/lib/components/formFields/select/select";

export const getConfig = (themeOrDomainName: string): Record<string, any> | undefined => {
Expand Down Expand Up @@ -77,6 +78,12 @@ export const getConfig = (themeOrDomainName: string): Record<string, any> | unde
case "sloterburg-theme":
return Sloterburg;

case "open.gouda.nl":
case "gouda.koophulpje.nl":
case "gouda.openwoo.app":
case "gouda-theme":
return Gouda;

case "koophulpje.nl":
case "open-webconcept-theme":
case "openwoo.app":
Expand Down Expand Up @@ -155,6 +162,7 @@ export const availableThemes: TGroupedSelectOption[] = [
{ label: "Buren", value: "buren" },
{ label: "Dinkelland", value: "dinkelland-theme" },
{ label: "Epe", value: "epe-theme" },
{ label: "Gouda", value: "gouda-theme" },
{ label: "Hoeksche Waard", value: "hoeksche-waard" },
{ label: "Lansingerland", value: "lansingerland" },
{ label: "Noordwijk", value: "noordwijk-theme" },
Expand Down
14 changes: 14 additions & 0 deletions pwa/static/configFiles/gouda.json

Large diffs are not rendered by default.

0 comments on commit 380fd17

Please sign in to comment.