# Article information

### Article information

Contains an object with settings that defines what metadata to display in article information.

| Key                    | Type    | Description                       |
| ---------------------- | ------- | --------------------------------- |
| showImportedBy         | boolean | Shows who imported the article    |
| showPriority           | boolean | Shows the priority on the article |
| showText               | boolean | Show author of the article        |
| showNumberOfCharacters | boolean | Show number of characters         |
| showCategories         | boolean | Show categories of the article    |
| showTags               | boolean | Show tags of the article          |
| showPlaces             | boolean | Show places of the article        |

Example:

```
{
    "showImportedBy": true,
    "showPriority": true,
    "showText": true,
    "showNumberOfCharacters": true,
    "showCategories": true,
    "showTags": true,
    "showPlaces": true
}
```
