1
0
Fork 0

fix: Add missing optionalMeasurments key. See #2386

This commit is contained in:
Joost De Cock 2022-07-09 17:34:14 +02:00
parent 25252e8989
commit 8f17b8dbcf
5 changed files with 4 additions and 1 deletions

View file

@ -32,6 +32,7 @@ export default {
'shoulderToShoulder',
'hips',
],
optionalMeasurements: ['highBust'],
dependencies: {
front: 'base',
back: 'front',

View file

@ -43,6 +43,7 @@ export default {
'shoulderToWrist',
'wrist',
],
optionalMeasurements: ['highBust'],
dependencies: {
back: 'base',
front: 'back',

View file

@ -63,6 +63,7 @@ export default {
'shoulderToWrist',
'wrist',
],
optionalMeasurements: ['highBust'],
dependencies: {
back: 'base',
front: 'back',

View file

@ -74,6 +74,7 @@ export default {
'waistToSeat',
'seat',
],
optionalMeasurements: ['highBust'],
dependencies: {
bentBack: 'bentBase',
bentFront: 'bentBack',

View file

@ -99,6 +99,5 @@ export default {
// draft for high bust
draftForHighBust: { bool: false },
},
}