# Import

### Import

Contains an object with settings that defines what to import from the article and what information we want to display on the import dialog

| Key                       | Type    | Description                                                  |
| ------------------------- | ------- | ------------------------------------------------------------ |
| importAuthors             | boolean | If true the author will be imported as 00 UUID               |
| showScheduledPublication  | boolean | If true scheduled publication will be shown in import dialog |
| showChannels              | boolean | If true channels will be shown in import dialog              |
| channel.conceptImTypeFull | string  | The type from customer OC to display in dialog               |

Example:

```
{
    "importAuthors": true,
    "showScheduledPublication": true,
    "showChannels": true,
    "channel": {
        "conceptImTypeFull": "x-im/channel"
    }
}
```
