fix(shin): Remove unused lengthBonus option. Closes #752
This commit is contained in:
parent
29df8e2ceb
commit
2cc1be6933
2 changed files with 7 additions and 2 deletions
|
@ -11,7 +11,7 @@ export default {
|
|||
tags: ['swimwear', 'bottom'],
|
||||
optionGroups: {
|
||||
fit: ['bulge', 'backRise', 'legReduction', 'stretch'],
|
||||
style: ['lengthBonus', 'rise']
|
||||
style: ['rise']
|
||||
},
|
||||
measurements: ['hips', 'upperLeg', 'waistToUpperLeg', 'waistToHips'],
|
||||
parts: ['back', 'front', 'waistband'],
|
||||
|
@ -29,7 +29,6 @@ export default {
|
|||
stretch: { pct: 20, min: 10, max: 30 },
|
||||
bulge: { pct: 2.5, min: 0, max: 5 },
|
||||
legReduction: { pct: 5, min: 0, max: 10 },
|
||||
lengthBonus: { pct: 0, min: 0, max: 50 },
|
||||
rise: { pct: 0, min: 0, max: 25 },
|
||||
backRise: { pct: 5, min: 0, max: 10 }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue