Radical Design Course by Jack McDade

From the creator of Statamic

Learn how to make your websites standout and be remembered.

Just exceptional. Thank you so much, Jack, you smashed it.

— Hugo, Developer

Updater Widget Tag

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

updater.png Fieldtype UI
Behold! The Updater Widget!

Configuring

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

// config/statamic/cp.php
 
'widgets' => [
'getting_started',
[
'type' => 'updater',
'width' => 100,
'sites' => ['en', 'de', 'fr'],
],
],

Options

width

int

Width of dashboard area as a percentage. Accepts 25, 33, 50, 66, 75 and 100.

sites

array

Determines the sites in which this widget should be displayed.

Docs feedback

Submit improvements, related content, or suggestions through Github.

Betterify this page →
Hello there! Are you looking for the Statamic v2 documentation?