Provides Acorn projects with configuration options for the WordPress dashboard.
Sage >= 10.0
PHP >= 7.3
Install via composer:
composer require tiny-pixel/acorn-settings-dashboard
After installation run the following command to publish the starter configuration file to your application:
wp acorn vendor:publish
Dashboard settings are cached with no expiration. If you make changes to your configuration you will need to regenerate the cache in order for them to take effect.
Run the following command to regenerate the cache:
wp acorn optimize:clear
Happy dashboard'ing!
Code to manage the columns count comes from the Sober\Intervention Dashboard module. ❤