Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
feat(COR-1660): Sanity schema adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
VWSCoronaDashboard30 committed Jul 18, 2023
1 parent 78c44e5 commit 5c2e774
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export const thermometer = defineType({
fieldset: 'artikel-referentie',
}),
defineField({
title: 'Titel van uitklapbare sectie',
title: 'Titel van standen sectie',
name: 'collapsibleTitle',
type: 'localeString',
validation: localeStringValidation((rule) => rule.required()),
Expand Down
2 changes: 1 addition & 1 deletion packages/cms/src/studio/data/data-structure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ export const dataStructure = {
],
sewer_archived_20230623: ['average'],
vulnerable_nursing_home_archived_20230711: ['newly_infected_locations', 'infected_locations_total', 'infected_locations_percentage'],
reproduction_archived_20230711: ['index_low', 'index_average', 'index_high'],
},
gm: {
deceased_rivm_archived_20221231: ['covid_daily', 'covid_daily_moving_average', 'covid_total'],
Expand Down Expand Up @@ -177,7 +178,6 @@ export const dataStructure = {
'infected_age_90_plus_per_100k',
'infected_overall_per_100k',
],
reproduction: ['index_low', 'index_average', 'index_high'],
sewer: ['average'],
hospital_nice: [
'admissions_on_date_of_admission',
Expand Down

0 comments on commit 5c2e774

Please sign in to comment.