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',
|
'shoulderToShoulder',
|
||||||
'hips',
|
'hips',
|
||||||
],
|
],
|
||||||
|
optionalMeasurements: ['highBust'],
|
||||||
dependencies: {
|
dependencies: {
|
||||||
front: 'base',
|
front: 'base',
|
||||||
back: 'front',
|
back: 'front',
|
||||||
|
|
|
@ -43,6 +43,7 @@ export default {
|
||||||
'shoulderToWrist',
|
'shoulderToWrist',
|
||||||
'wrist',
|
'wrist',
|
||||||
],
|
],
|
||||||
|
optionalMeasurements: ['highBust'],
|
||||||
dependencies: {
|
dependencies: {
|
||||||
back: 'base',
|
back: 'base',
|
||||||
front: 'back',
|
front: 'back',
|
||||||
|
|
|
@ -63,6 +63,7 @@ export default {
|
||||||
'shoulderToWrist',
|
'shoulderToWrist',
|
||||||
'wrist',
|
'wrist',
|
||||||
],
|
],
|
||||||
|
optionalMeasurements: ['highBust'],
|
||||||
dependencies: {
|
dependencies: {
|
||||||
back: 'base',
|
back: 'base',
|
||||||
front: 'back',
|
front: 'back',
|
||||||
|
|
|
@ -74,6 +74,7 @@ export default {
|
||||||
'waistToSeat',
|
'waistToSeat',
|
||||||
'seat',
|
'seat',
|
||||||
],
|
],
|
||||||
|
optionalMeasurements: ['highBust'],
|
||||||
dependencies: {
|
dependencies: {
|
||||||
bentBack: 'bentBase',
|
bentBack: 'bentBase',
|
||||||
bentFront: 'bentBack',
|
bentFront: 'bentBack',
|
||||||
|
|
|
@ -99,6 +99,5 @@ export default {
|
||||||
|
|
||||||
// draft for high bust
|
// draft for high bust
|
||||||
draftForHighBust: { bool: false },
|
draftForHighBust: { bool: false },
|
||||||
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue