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.
// 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