@@ -15,6 +15,8 @@ import Gouda from "./../../static/configFiles/municipalities/gouda/gouda.json";
15
15
import GoudaAccept from "./../../static/configFiles/municipalities/gouda/gouda-accept.json" ;
16
16
import HoekscheWaard from "./../../static/configFiles/municipalities/hoeksche-waard/hoeksche-waard.json" ;
17
17
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" ;
18
20
import Lansingerland from "./../../static/configFiles/municipalities/lansingerland/lansingerland.json" ;
19
21
import LansingerlandAccept from "./../../static/configFiles/municipalities/lansingerland/lansingerland-accept.json" ;
20
22
import Leiden from "./../../static/configFiles/municipalities/leiden/leiden.json" ;
@@ -134,6 +136,15 @@ export const getConfig = (themeOrDomainName: string): Record<string, any> | unde
134
136
case "gemeentehw.accept.openwoo.app" :
135
137
return HoekscheWaardAccept ;
136
138
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
+
137
148
case "lansingerland" :
138
149
case "open.lansingerland.nl" :
139
150
case "lansingerland.openwoo.app" :
@@ -329,6 +340,7 @@ export const availableThemes: TGroupedSelectOption[] = [
329
340
{ label : "Gooise Meren" , value : "gooise-meren-theme" } ,
330
341
{ label : "Gouda" , value : "gouda-theme" } ,
331
342
{ label : "Hoeksche Waard" , value : "hoeksche-waard" } ,
343
+ { label : "Hof van Twente" , value : "open-webconcept-theme" } ,
332
344
{ label : "Lansingerland" , value : "lansingerland" } ,
333
345
{ label : "Leiden" , value : "leiden-theme" } ,
334
346
{ label : "Moerdijk" , value : "moerdijk-theme" } ,
0 commit comments