diff --git a/designs/ursula/src/front.mjs b/designs/ursula/src/front.mjs index 0ea8f0c27d5..85e7b1b166d 100644 --- a/designs/ursula/src/front.mjs +++ b/designs/ursula/src/front.mjs @@ -1,3 +1,5 @@ +import { pluginBundle } from '@freesewing/plugin-bundle' + function ursulaFront(part) { const { options, @@ -215,5 +217,6 @@ export const front = { frontDip: { pct: 5.0, min: -5, max: 15, menu: 'style' }, taperToGusset: { pct: 70, min: 5, max: 100, menu: 'style' }, }, + plugins: [ pluginBundle ], draft: ursulaFront, }