2021-10-17 18:26:00 +02:00
|
|
|
---
|
|
|
|
title: The advanced option group
|
|
|
|
---
|
2021-08-25 16:09:31 +02:00
|
|
|
|
|
|
|
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_.
|
2021-08-25 16:09:31 +02:00
|
|
|
|
|
|
|
```js
|
|
|
|
optionGroups: {
|
|
|
|
fit: ["chestEase", "hipsEase", "stretchFactor"],
|
|
|
|
style: ["armholeDrop", "backlineBend"],
|
|
|
|
advanced: [ "plutoniumCount" ]
|
|
|
|
}
|
|
|
|
```
|
|
|
|
|
|
|
|
<Tip>
|
|
|
|
|
|
|
|
The `advanced` option group can also have nested groups
|
|
|
|
|
|
|
|
</Tip>
|