Skip to content

Commit

Permalink
feat(pdc-dashboard): set default value of resourceIdentifier and scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
AliKdhim87 committed Nov 8, 2023
1 parent b5d19cb commit a980f59
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions apps/pdc-dashboard/src/components/components/spatial.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@
"attributes": {
"resourceIdentifier": {
"type": "customField",
"customField": "plugin::gemeente-select.gemeente"
"customField": "plugin::gemeente-select.gemeente",
"default": "http://standaarden.overheid.nl/owms/terms/Utrecht_(gemeente)"
},
"scheme": {
"type": "customField",
"customField": "plugin::scheme-select.scheme",
"required": true
"required": true,
"default": "{http://standaarden.overheid.nl/owms/terms/}Gemeente"
}
}
}

0 comments on commit a980f59

Please sign in to comment.