diff --git a/docs/api/main-config/main-config-features.mdx b/docs/api/main-config/main-config-features.mdx index 63c0452c95ba..6f7d63370219 100644 --- a/docs/api/main-config/main-config-features.mdx +++ b/docs/api/main-config/main-config-features.mdx @@ -26,6 +26,7 @@ Type: legacyDecoratorFileOrder?: boolean; measure?: boolean; outline?: boolean; + sidebarOnboardingChecklist?: boolean; toolbars?: boolean; viewport?: boolean; } @@ -47,6 +48,7 @@ Type: legacyDecoratorFileOrder?: boolean; measure?: boolean; outline?: boolean; + sidebarOnboardingChecklist?: boolean; toolbars?: boolean; viewport?: boolean; } @@ -67,6 +69,7 @@ Type: legacyDecoratorFileOrder?: boolean; measure?: boolean; outline?: boolean; + sidebarOnboardingChecklist?: boolean; toolbars?: boolean; viewport?: boolean; } @@ -80,6 +83,8 @@ Enables Storybook's additional features. Type: `boolean` +Default: `true` + Enable the [Actions](../../essentials/actions.mdx) feature. @@ -98,6 +103,8 @@ Filter non-input controls in Angular. Type: `boolean` +Default: `true` + Filter args with a "target" on the type from the render function. {/* prettier-ignore-start */} @@ -110,6 +117,8 @@ Filter args with a "target" on the type from the render function. Type: `boolean` +Default: `true` + Enable the [Backgrounds](../../essentials/backgrounds.mdx) feature. @@ -130,6 +139,8 @@ Generate [manifests](../../ai/manifests.mdx), used by the [MCP server](../../ai/ Type: `boolean` +Default: `true` + Enable the [Controls](../../essentials/controls.mdx) feature. ## `developmentModeForBuild` @@ -178,12 +189,16 @@ Enable the [experimental `.test` method with the CSF Next format](../csf/csf-nex Type: `boolean` +Default: `true` + Enable the [Highlight](../../essentials/highlight.mdx) feature. ## `interactions` Type: `boolean` +Default: `true` + Enable the [Interactions](../../writing-tests/interaction-testing.mdx#debugging-interaction-tests) feature. ## `legacyDecoratorFileOrder` @@ -202,22 +217,30 @@ Apply decorators from preview.js before decorators from addons or frameworks. [M Type: `boolean` +Default: `true` + Enable the [Measure](../../essentials/measure-and-outline.mdx#measure) feature. ## `outline` Type: `boolean` +Default: `true` + Enable the [Outline](../../essentials/measure-and-outline.mdx#outline) feature. -## `toolbars` +## `sidebarOnboardingChecklist` Type: `boolean` -Enable the [Toolbars](../../essentials/toolbars.mdx) feature. +Default: `true` + +Enable the onboarding checklist sidebar widget. ## `viewport` Type: `boolean` +Default: `true` + Enable the [Viewport](../../essentials/viewport.mdx) feature.