1
0
Fork 0

Merge pull request #5951 from BenJamesBen/settings-multisets-doc

fix(markdown): Add link to multisets in Settings doc
This commit is contained in:
Joost De Cock 2024-02-02 18:49:38 +01:00 committed by GitHub
commit 0e0fb9c739
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,7 @@ title: Settings
FreeSewing is all about parametric design, and the settings are the parameters
we pass to a pattern when drafting it. Perhaps the most important of all
settings are the measurements, but there's other settings too.
settings are the measurements, but there are other settings too.
## Signature
@ -37,7 +37,9 @@ Below is a complete list of all supported properties in a settings object:
## Notes
You can pass multiple settings objects to a pattern in an array:
You can pass a
[multiple set of settings](/reference/api/pattern#multisets-in-freesewing)
objects in an array to the pattern constructor:
```js
new pattern([
@ -50,6 +52,3 @@ new pattern([
])
```
<Fixme>Add link to multiset docs</Fixme>