diff --git a/CHANGELOG.md b/CHANGELOG.md index ee91ddd..6a6708a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## 1.2.1 under development +- Chg #452: Add widgets configuration file (@dbuhonov) - Chg #430: Replace deprecated PHP CS Fixer rule set `@PER-CS2.0` with `@PER-CS` (@dbuhonov) - Chg #447, #450: Allow symfony/console 8 (@samdark) - Enh #448: Add grouping to `make` help output (@Xakki, @samdark) diff --git a/config/configuration.php b/config/configuration.php index d716cad..5a81082 100644 --- a/config/configuration.php +++ b/config/configuration.php @@ -35,6 +35,12 @@ 'events' => [], 'events-web' => ['$events'], 'events-console' => ['$events'], + 'widgets' => [], + 'widgets-web' => [ + '$widgets', + 'web/widgets.php', + ], + 'widgets-console' => '$widgets', 'routes' => 'common/routes.php', 'bootstrap' => 'common/bootstrap.php', 'bootstrap-web' => '$bootstrap', diff --git a/config/web/widgets.php b/config/web/widgets.php new file mode 100644 index 0000000..0dae23d --- /dev/null +++ b/config/web/widgets.php @@ -0,0 +1,5 @@ +