fix(albert): Port to new measurement names
This commit is contained in:
parent
6af2ef47c4
commit
efd83682ca
3 changed files with 9 additions and 16 deletions
|
@ -23,13 +23,7 @@ export default {
|
|||
fit: ['backOpening', 'chestDepth'],
|
||||
style: ['lengthBonus', 'bibLength', 'bibWidth', 'strapWidth']
|
||||
},
|
||||
measurements: [
|
||||
'chestCircumference',
|
||||
'waistCircumference',
|
||||
'hipsCircumference',
|
||||
'hpsToWaistBack',
|
||||
'waistToKnee'
|
||||
],
|
||||
measurements: ['chest', 'waist', 'hips', 'hpsToWaistBack', 'waistToKnee'],
|
||||
dependencies: {},
|
||||
inject: {},
|
||||
hide: [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue