# Updater Widget

Shows if there are any Statamic core or addon updates available.

## Configuring

Widgets can be added to the dashboard by modifying the `widgets` array in the `config/statamic/cp.php` file.

``` php
// config/statamic/cp.php

'widgets' => [
  [ // [tl! focus:start]
      'type' => 'updater',
      'width' => 100,
      'sites' => ['en', 'de', 'fr'],
  ], // [tl! focus:end]
],
