Skip to content

Commit

Permalink
Added Hof van Twente to getConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 committed Sep 18, 2024
1 parent 8c14217 commit f642859
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pwa/src/services/getConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ import Gouda from "./../../static/configFiles/municipalities/gouda/gouda.json";
import GoudaAccept from "./../../static/configFiles/municipalities/gouda/gouda-accept.json";
import HoekscheWaard from "./../../static/configFiles/municipalities/hoeksche-waard/hoeksche-waard.json";
import HoekscheWaardAccept from "./../../static/configFiles/municipalities/hoeksche-waard/hoeksche-waard-accept.json";
import HofvanTwente from "./../../static/configFiles/municipalities/hof-van-twente/hof-van-twente.json";
import HofvanTwenteAccept from "./../../static/configFiles/municipalities/hof-van-twente/hof-van-twente-accept.json";
import Lansingerland from "./../../static/configFiles/municipalities/lansingerland/lansingerland.json";
import LansingerlandAccept from "./../../static/configFiles/municipalities/lansingerland/lansingerland-accept.json";
import Leiden from "./../../static/configFiles/municipalities/leiden/leiden.json";
Expand Down Expand Up @@ -134,6 +136,15 @@ export const getConfig = (themeOrDomainName: string): Record<string, any> | unde
case "gemeentehw.accept.openwoo.app":
return HoekscheWaardAccept;

case "hof-van-twente-theme":
case "open.hofvantwente.nl":
case "hofvantwente.openwoo.app":
case "hofvantwente.koophulpje.nl":
return HofvanTwente;
case "acceptatie-open.hofvantwente.nl":
case "hofvantwente.accept.openwoo.app":
return HofvanTwenteAccept;

case "lansingerland":
case "open.lansingerland.nl":
case "lansingerland.openwoo.app":
Expand Down Expand Up @@ -329,6 +340,7 @@ export const availableThemes: TGroupedSelectOption[] = [
{ label: "Gooise Meren", value: "gooise-meren-theme" },
{ label: "Gouda", value: "gouda-theme" },
{ label: "Hoeksche Waard", value: "hoeksche-waard" },
{ label: "Hof van Twente", value: "open-webconcept-theme" },
{ label: "Lansingerland", value: "lansingerland" },
{ label: "Leiden", value: "leiden-theme" },
{ label: "Moerdijk", value: "moerdijk-theme" },
Expand Down

0 comments on commit f642859

Please sign in to comment.