Skip to content

Commit f642859

Browse files
committed
Added Hof van Twente to getConfig
1 parent 8c14217 commit f642859

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pwa/src/services/getConfig.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ import Gouda from "./../../static/configFiles/municipalities/gouda/gouda.json";
1515
import GoudaAccept from "./../../static/configFiles/municipalities/gouda/gouda-accept.json";
1616
import HoekscheWaard from "./../../static/configFiles/municipalities/hoeksche-waard/hoeksche-waard.json";
1717
import HoekscheWaardAccept from "./../../static/configFiles/municipalities/hoeksche-waard/hoeksche-waard-accept.json";
18+
import HofvanTwente from "./../../static/configFiles/municipalities/hof-van-twente/hof-van-twente.json";
19+
import HofvanTwenteAccept from "./../../static/configFiles/municipalities/hof-van-twente/hof-van-twente-accept.json";
1820
import Lansingerland from "./../../static/configFiles/municipalities/lansingerland/lansingerland.json";
1921
import LansingerlandAccept from "./../../static/configFiles/municipalities/lansingerland/lansingerland-accept.json";
2022
import Leiden from "./../../static/configFiles/municipalities/leiden/leiden.json";
@@ -134,6 +136,15 @@ export const getConfig = (themeOrDomainName: string): Record<string, any> | unde
134136
case "gemeentehw.accept.openwoo.app":
135137
return HoekscheWaardAccept;
136138

139+
case "hof-van-twente-theme":
140+
case "open.hofvantwente.nl":
141+
case "hofvantwente.openwoo.app":
142+
case "hofvantwente.koophulpje.nl":
143+
return HofvanTwente;
144+
case "acceptatie-open.hofvantwente.nl":
145+
case "hofvantwente.accept.openwoo.app":
146+
return HofvanTwenteAccept;
147+
137148
case "lansingerland":
138149
case "open.lansingerland.nl":
139150
case "lansingerland.openwoo.app":
@@ -329,6 +340,7 @@ export const availableThemes: TGroupedSelectOption[] = [
329340
{ label: "Gooise Meren", value: "gooise-meren-theme" },
330341
{ label: "Gouda", value: "gouda-theme" },
331342
{ label: "Hoeksche Waard", value: "hoeksche-waard" },
343+
{ label: "Hof van Twente", value: "open-webconcept-theme" },
332344
{ label: "Lansingerland", value: "lansingerland" },
333345
{ label: "Leiden", value: "leiden-theme" },
334346
{ label: "Moerdijk", value: "moerdijk-theme" },

0 commit comments

Comments
 (0)