---
title: 'features'
---
Parent: [main.js|ts configuration](./main-config.md)
Type:
```ts
{
argTypeTargetsV7?: boolean;
legacyDecoratorFileOrder?: boolean;
legacyMdx1?: boolean;
}
```
Enables Storybook's additional features.
## `legacyDecoratorFileOrder`
Type: `boolean`
Apply decorators from preview.js before decorators from addons or frameworks. [More information](https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#changed-decorator-order-between-previewjs-and-addonsframeworks).
## `argTypeTargetsV7`
(⚠️ **Experimental**)
Type: `boolean`
Filter args with a "target" on the type from the render function.