
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.