Skip to content

Commit

Permalink
adding missing number inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
RudiThoeni committed Oct 21, 2024
1 parent 53f0544 commit f37e191
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions databrowser/src/config/builder/tourism/echargingdata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -311,20 +311,23 @@ export const echargingdataCategory = (
objectMapping: {
text: 'AdditionalProperties.EchargingDataProperties.DisplayOrCardReaderOperationHeight',
},
params: { type: 'number' },
},
{
title: 'Charging Pistol height (cm)',
component: CellComponent.StringCell,
objectMapping: {
text: 'AdditionalProperties.EchargingDataProperties.ChargingPistolOperationHeight',
},
params: { type: 'number' },
},
{
title: 'Charging cable length (cm)',
component: CellComponent.StringCell,
objectMapping: {
text: 'AdditionalProperties.EchargingDataProperties.ChargingCableLength',
},
params: { type: 'number' },
},
{
title: 'Shielding post in front of charging station',
Expand Down

0 comments on commit f37e191

Please sign in to comment.