Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/product/Kosten.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ Het motorblok bestaat uit twee componenten [OpenIndex](https://index.openregiste

| Component | Leverancier | Eenmalig | Maandelijks | Meer informatie |
|-----------|----------------------------------------------------------------------|----------|-------------|-------------|
| OpenWoo-service | [Conduction](https://conduction.nl/) of [xxllnc](https://xxllnc.nl/) | € 3000,- | € 150.- | |
| Open Index | [Conduction](https://conduction.nl/) of [xxllnc](https://xxllnc.nl/) | | € 150.- | |
| OpenWoo-service | [Conduction](https://conduction.nl/) of [xxllnc](https://xxllnc.nl/) | € 3000,- | € 250.- | |
| Open Index | [Conduction](https://conduction.nl/) of [xxllnc](https://xxllnc.nl/) | | € 250.- | |

## Bronnen

Expand Down
9 changes: 8 additions & 1 deletion pwa/src/services/getConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import Albrandswaard from "./../../static/configFiles/municipalities/albrandswaa
import AlbrandswaardAccept from "./../../static/configFiles/municipalities/albrandswaard/albrandswaard-accept.json";
import Barendrecht from "./../../static/configFiles/municipalities/barendrecht/barendrecht.json";
import BarendrechtAccept from "./../../static/configFiles/municipalities/barendrecht/barendrecht-accept.json";
import Barneveld from "./../../static/configFiles/municipalities/barneveld/barneveld.json";
import BarneveldAccept from "./../../static/configFiles/municipalities/barneveld/barneveld-accept.json";
import Buren from "./../../static/configFiles/municipalities/buren/buren.json";
import BurenAccept from "./../../static/configFiles/municipalities/buren/buren-accept.json";
Expand Down Expand Up @@ -82,7 +83,13 @@ export const getConfig = (themeOrDomainName: string): Record<string, any> | unde
case "acceptatie-open.barendrecht.nl":
case "barendrecht.accept.openwoo.app":
return BarendrechtAccept;



case "barneveld":
case "open.barneveld.nl":
case "barneveld.openwoo.app":
case "barneveld.koophulpje.nl":
return Barneveld;
case "barneveld.accept.openwoo.app":
return BarneveldAccept;

Expand Down

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions pwa/static/configFiles/municipalities/barneveld/barneveld.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"GATSBY_FOOTER_LOGO_HREF": "https://www.lansingerland.nl/",
"GATSBY_FOOTER_CONTENT": "https://raw.githubusercontent.com/ConductionNL/woo-website-lansingerland/main/FooterContent.json",
"GATSBY_FOOTER_CONTENT_HEADER": "",
"GATSBY_OIDN_NUMBER": "",
"GATSBY_OIDN_NUMBER": "00000001817291295000",
"GATSBY_SHOW_CATEGORY": "true",
"GATSBY_SHOW_ORGANIZATION": "",
"GATSBY_DATE_FULL_MONTH": "false"
Expand Down
Loading