@@ -15,6 +15,8 @@ import Gouda from "./../../static/configFiles/municipalities/gouda/gouda.json";
1515import  GoudaAccept  from  "./../../static/configFiles/municipalities/gouda/gouda-accept.json" ; 
1616import  HoekscheWaard  from  "./../../static/configFiles/municipalities/hoeksche-waard/hoeksche-waard.json" ; 
1717import  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" ; 
1820import  Lansingerland  from  "./../../static/configFiles/municipalities/lansingerland/lansingerland.json" ; 
1921import  LansingerlandAccept  from  "./../../static/configFiles/municipalities/lansingerland/lansingerland-accept.json" ; 
2022import  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