Merge pull request #5951 from BenJamesBen/settings-multisets-doc
fix(markdown): Add link to multisets in Settings doc
This commit is contained in:
commit
0e0fb9c739
1 changed files with 4 additions and 5 deletions
|
@ -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>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue