Skip to content

Commit a659720

Browse files
committed
Add widgets-related configurations to the main configuration file (#436)
1 parent ed0916f commit a659720

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

config/configuration.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@
3535
'events' => [],
3636
'events-web' => ['$events'],
3737
'events-console' => ['$events'],
38+
'widgets' => [],
39+
'widgets-web' => [
40+
'$widgets',
41+
'web/widgets.php',
42+
],
43+
'widgets-console' => '$widgets',
3844
'routes' => 'common/routes.php',
3945
'bootstrap' => 'common/bootstrap.php',
4046
'bootstrap-web' => '$bootstrap',

0 commit comments

Comments
 (0)