1
0
Fork 0
freesewing/markdown/dev/reference/config/measurements/en.md

23 lines
472 B
Markdown
Raw Normal View History

2021-10-17 17:34:55 +02:00
***
## title: measurements
```js
measurements: [
"bicepsCircumference",
"centerBackNeckToWaist"
]
```
2021-10-17 17:34:55 +02:00
An array with the names of the measurements required to draft this pattern.
<Note>
###### Don't just make up names
2021-10-17 17:34:55 +02:00
See [freesewing models](https://freesewing.dev/reference/packages/models)
for a list of measurement names already used in freesewing patterns.
It is a [best practice](/guides/best-practices/reuse-measurements/) to stick to these names.
</Note>