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

21 lines
376 B
Markdown
Raw Normal View History

---
title: The advanced option group
---
Naming an option group `advanced` will hide it by default from the user
2022-02-20 14:35:50 +01:00
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>