2626 legacyDecoratorFileOrder ?: boolean ;
2727 measure ?: boolean ;
2828 outline ?: boolean ;
29+ sidebarOnboardingChecklist ?: boolean ;
2930 toolbars ?: boolean ;
3031 viewport ?: boolean ;
3132}
4748 legacyDecoratorFileOrder ?: boolean ;
4849 measure ?: boolean ;
4950 outline ?: boolean ;
51+ sidebarOnboardingChecklist ?: boolean ;
5052 toolbars ?: boolean ;
5153 viewport ?: boolean ;
5254}
6769 legacyDecoratorFileOrder ?: boolean ;
6870 measure ?: boolean ;
6971 outline ?: boolean ;
72+ sidebarOnboardingChecklist ?: boolean ;
7073 toolbars ?: boolean ;
7174 viewport ?: boolean ;
7275}
@@ -80,6 +83,8 @@ Enables Storybook's additional features.
8083
8184Type: ` boolean `
8285
86+ Default: ` true `
87+
8388Enable the [ Actions] ( ../../essentials/actions.mdx ) feature.
8489
8590<If renderer = " angular" >
@@ -98,6 +103,8 @@ Filter non-input controls in Angular.
98103
99104Type: ` boolean `
100105
106+ Default: ` true `
107+
101108Filter args with a "target" on the type from the render function.
102109
103110{ /* prettier-ignore-start */ }
@@ -110,6 +117,8 @@ Filter args with a "target" on the type from the render function.
110117
111118Type: ` boolean `
112119
120+ Default: ` true `
121+
113122Enable the [ Backgrounds] ( ../../essentials/backgrounds.mdx ) feature.
114123
115124<If renderer = " react" >
@@ -130,6 +139,8 @@ Generate [manifests](../../ai/manifests.mdx), used by the [MCP server](../../ai/
130139
131140Type: ` boolean `
132141
142+ Default: ` true `
143+
133144Enable the [ Controls] ( ../../essentials/controls.mdx ) feature.
134145
135146## ` developmentModeForBuild `
@@ -178,12 +189,16 @@ Enable the [experimental `.test` method with the CSF Next format](../csf/csf-nex
178189
179190Type: ` boolean `
180191
192+ Default: ` true `
193+
181194Enable the [ Highlight] ( ../../essentials/highlight.mdx ) feature.
182195
183196## ` interactions `
184197
185198Type: ` boolean `
186199
200+ Default: ` true `
201+
187202Enable the [ Interactions] ( ../../writing-tests/interaction-testing.mdx#debugging-interaction-tests ) feature.
188203
189204## ` legacyDecoratorFileOrder `
@@ -202,22 +217,30 @@ Apply decorators from preview.js before decorators from addons or frameworks. [M
202217
203218Type: ` boolean `
204219
220+ Default: ` true `
221+
205222Enable the [ Measure] ( ../../essentials/measure-and-outline.mdx#measure ) feature.
206223
207224## ` outline `
208225
209226Type: ` boolean `
210227
228+ Default: ` true `
229+
211230Enable the [ Outline] ( ../../essentials/measure-and-outline.mdx#outline ) feature.
212231
213- ## ` toolbars `
232+ ## ` sidebarOnboardingChecklist `
214233
215234Type: ` boolean `
216235
217- Enable the [ Toolbars] ( ../../essentials/toolbars.mdx ) feature.
236+ Default: ` true `
237+
238+ Enable the onboarding checklist sidebar widget.
218239
219240## ` viewport `
220241
221242Type: ` boolean `
222243
244+ Default: ` true `
245+
223246Enable the [ Viewport] ( ../../essentials/viewport.mdx ) feature.
0 commit comments