1
0
Fork 0
freesewing/markdown/dev/reference/config/ui/optiongroups/advanced-option-group/en.md

21 lines
376 B
Markdown
Raw Normal View History

2021-10-17 17:34:55 +02:00
***
## title: The advanced option group
Naming an option group `advanced` will hide it by default from the user
unless they enable *expert mode*.
```js
optionGroups: {
fit: ["chestEase", "hipsEase", "stretchFactor"],
style: ["armholeDrop", "backlineBend"],
advanced: [ "plutoniumCount" ]
}
```
<Tip>
The `advanced` option group can also have nested groups
</Tip>