1
0
Fork 0
freesewing/markdown/dev/reference/api/config/parts/en.md
2021-12-27 17:33:49 +01:00

528 B

title
parts
parts: [
  "front",
  "back"
]

An array that lists your (additional) pattern parts. The name must be the key the pattern.parts object.

This does not need to be an exhaustive list of all parts in your pattern.

This list of parts is needed for the draft() method to figure out what parts need to be drafted. So if parts are included in the dependencies, inject, or hide configuration, there's no need to include them here, as we already know of their existence.