Skip to content

Commit

Permalink
Merge pull request #356 from ConductionNL/main
Browse files Browse the repository at this point in the history
main to dev
  • Loading branch information
remko48 authored Dec 11, 2024
2 parents f83b84c + ed9411a commit cdb9446
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 5 deletions.
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

0 comments on commit cdb9446

Please sign in to comment.