openclassify/resources/streams/config/addons.php
2019-06-22 13:59:18 +03:00

37 lines
947 B
PHP

<?php
return [
/*
|--------------------------------------------------------------------------
| Eager Addons
|--------------------------------------------------------------------------
|
| Eager loaded addons are registered first and can be defined
| here by specifying their relative path to the addon's root.
|
*/
'eager' => [
'core/anomaly/sitemap-extension',
'core/anomaly/settings-module',
'core/anomaly/preferences-module'
],
/*
|--------------------------------------------------------------------------
| Deferred Addons
|--------------------------------------------------------------------------
|
| Deferred addons are registered last and can be defined
| here by specifying their relative path to the addon's root.
|
*/
'deferred' => [
'core/anomaly/pages-module',
'core/anomaly/redirects-module'
]
];