diff --git a/packages/hugo/config/config.js b/packages/hugo/config/config.js
index 29b8a6e40e6..384fd3c665d 100644
--- a/packages/hugo/config/config.js
+++ b/packages/hugo/config/config.js
@@ -13,6 +13,29 @@ export default {
"wristCircumference",
"headCircumference",
],
+ parts: [ "waistband", "cuff" ],
+ dependencies: {
+ frontBase: "base",
+ front: "frontBase",
+ backBase: "base",
+ back: "backBase",
+ sleeveBase: "sleevecap",
+ sleeve: "sleeveBase",
+ pocket: "front",
+ pocketFacing: "pocket",
+ hoodCenter: "hoodSide",
+ },
+ inject: {
+ frontBase: "base",
+ front: "frontBase",
+ backBase: "base",
+ back: "backBase",
+ sleeveBase: "sleevecap",
+ sleeve: "sleeveBase",
+ pocket: "front",
+ pocketFacing: "pocket"
+ },
+ hide: [ "base", "frontBase", "backBase", "sleeveBase" ],
options: {
// Constants
brianFitSleeve: false,
diff --git a/packages/hugo/index.html b/packages/hugo/index.html
index 5dc54b873f0..cdfb71a905c 100644
--- a/packages/hugo/index.html
+++ b/packages/hugo/index.html
@@ -18,7 +18,8 @@