### Features

#### Local fallback for remote images

You can specify a – generic – fallback image in case of remote images are not available.

```yaml
body:
  images:
    remote:
      enabled: true
      fallback:
        enabled: true # enables a fallback if remote image is not found (false by default)
        path: 'images/no-image.png' # path to the fallback image, stored in `assets` dir (empty by default)
```

[Documentation →](/documentation/configuration/#body)
