chore(simone) Removed circumference suffix from measurements
This commit is contained in:
parent
51270247be
commit
901811dc54
1 changed files with 6 additions and 6 deletions
|
@ -108,20 +108,20 @@ export default {
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
measurements: [
|
measurements: [
|
||||||
'bicepsCircumference',
|
'biceps',
|
||||||
'bustSpan',
|
'bustSpan',
|
||||||
'chestCircumference',
|
'chest',
|
||||||
'highBust',
|
'highBust',
|
||||||
'hpsToBust',
|
'hpsToBust',
|
||||||
'hpsToWaistBack',
|
'hpsToWaistBack',
|
||||||
'waistCircumference',
|
'waist',
|
||||||
'waistToHips',
|
'waistToHips',
|
||||||
'neckCircumference',
|
'neck',
|
||||||
'shoulderSlope',
|
'shoulderSlope',
|
||||||
'shoulderToShoulder',
|
'shoulderToShoulder',
|
||||||
'hipsCircumference',
|
'hips',
|
||||||
'shoulderToWrist',
|
'shoulderToWrist',
|
||||||
'wristCircumference'
|
'wrist'
|
||||||
],
|
],
|
||||||
dependencies: {
|
dependencies: {
|
||||||
sleeveBase: ['frontBase', 'backBase'],
|
sleeveBase: ['frontBase', 'backBase'],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue