feat: configurable choices for body dimensions

closes #8697phk21
This commit is contained in:
Björn Fromme
2025-12-10 13:48:47 +01:00
parent 145a08e511
commit 0e9c5e6e1a
7 changed files with 174 additions and 22 deletions
+20
View File
@@ -7,6 +7,26 @@ parameters:
travel_info_base_url: '%env(APP_TRAVEL_INFO_BASE_URL)%'
path_to_keys: '%kernel.project_dir%/config/secret'
# Body dimensions choices for BodyDimensionsType
body_dimensions.height_choices:
'bis 148cm': '-148'
'149 - 157cm': '149-157'
'158 - 166cm': '158-166'
'167 - 178cm': '167-178'
'179 - 185cm': '179-185'
'186 - 194cm': '186-194'
'195cm oder mehr': '195cm+'
body_dimensions.shoe_size_min: 36
body_dimensions.shoe_size_max: 48
body_dimensions.weight_choices:
'42 - 48kg': '42-48'
'49 - 57kg': '49-57'
'58 - 66kg': '58-66'
'67 - 78kg': '67-78'
'79 - 85kg': '79-85'
'86 - 94kg': '86-94'
'95kg oder mehr': '95k+'
services:
# default configuration for services in *this* file
_defaults: