Merge branch 'optiondocs' of github.com:freesewing/freesewing into optiondocs
This commit is contained in:
commit
3f83b0f43c
3 changed files with 5 additions and 5 deletions
|
@ -15,7 +15,7 @@ render them if they were not requested.
|
||||||
|
|
||||||
## Structure
|
## Structure
|
||||||
|
|
||||||
An plain object of `key`-`value` pairs that controls the order in which pattern
|
A plain object of `key`-`value` pairs that controls the order in which pattern
|
||||||
parts will get drafted.
|
parts will get drafted.
|
||||||
The value can either be a string, or an array of strings.
|
The value can either be a string, or an array of strings.
|
||||||
Those strings should be part names.
|
Those strings should be part names.
|
||||||
|
|
|
@ -3,9 +3,9 @@ title: hide
|
||||||
---
|
---
|
||||||
|
|
||||||
The `hide` key in the pattern configuration file allow you to configure
|
The `hide` key in the pattern configuration file allow you to configure
|
||||||
parts the should be hidden by default.
|
parts that should be hidden by default.
|
||||||
*Hidden* means that they will be drafted, but not rendered. This is
|
*Hidden* means that they will be drafted, but not rendered. This is
|
||||||
ypically used for a base part on which other parts are built.
|
typically used for a base part on which other parts are built.
|
||||||
|
|
||||||
Note that hidden parts will be rendered when the user requests
|
Note that hidden parts will be rendered when the user requests
|
||||||
to [only draft some parts of a pattern](/reference/api/settings/only)
|
to [only draft some parts of a pattern](/reference/api/settings/only)
|
||||||
|
@ -14,7 +14,7 @@ and includes the hidden part(s).
|
||||||
|
|
||||||
## Structure
|
## Structure
|
||||||
|
|
||||||
An array with strings that hold part names.
|
An array of strings that holds part names.
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: measurements
|
title: measurements
|
||||||
---
|
---
|
||||||
|
|
||||||
The `measurements` key in the pattern configuration file allow you to configure
|
The `measurements` key in the pattern configuration file allows you to configure
|
||||||
the measurments that are required to draft the pattern.
|
the measurments that are required to draft the pattern.
|
||||||
|
|
||||||
## Structure
|
## Structure
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue