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,
],
],

Options

width

int

Width of dashboard area as a percentage.

Docs feedback

Submit improvements, related content, or suggestions through Github.

Betterify this page →