fix: Add missing optionalMeasurments key. See #2386
This commit is contained in:
parent
25252e8989
commit
8f17b8dbcf
5 changed files with 4 additions and 1 deletions
|
@ -32,6 +32,7 @@ export default {
|
|||
'shoulderToShoulder',
|
||||
'hips',
|
||||
],
|
||||
optionalMeasurements: ['highBust'],
|
||||
dependencies: {
|
||||
front: 'base',
|
||||
back: 'front',
|
||||
|
|
|
@ -43,6 +43,7 @@ export default {
|
|||
'shoulderToWrist',
|
||||
'wrist',
|
||||
],
|
||||
optionalMeasurements: ['highBust'],
|
||||
dependencies: {
|
||||
back: 'base',
|
||||
front: 'back',
|
||||
|
|
|
@ -63,6 +63,7 @@ export default {
|
|||
'shoulderToWrist',
|
||||
'wrist',
|
||||
],
|
||||
optionalMeasurements: ['highBust'],
|
||||
dependencies: {
|
||||
back: 'base',
|
||||
front: 'back',
|
||||
|
|
|
@ -74,6 +74,7 @@ export default {
|
|||
'waistToSeat',
|
||||
'seat',
|
||||
],
|
||||
optionalMeasurements: ['highBust'],
|
||||
dependencies: {
|
||||
bentBack: 'bentBase',
|
||||
bentFront: 'bentBack',
|
||||
|
|
|
@ -99,6 +99,5 @@ export default {
|
|||
|
||||
// draft for high bust
|
||||
draftForHighBust: { bool: false },
|
||||
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue