diff --git a/app/config/cms.php b/app/config/cms.php index ad0263d98..4d0138734 100644 --- a/app/config/cms.php +++ b/app/config/cms.php @@ -21,6 +21,7 @@ return array( | Specify which modules should be registered when using the application. | */ + 'loadModules' => ['System', 'Backend', 'Cms'], /* @@ -31,6 +32,7 @@ return array( | Specify plugin codes which will always be disabled in the application. | */ + 'disablePlugins' => [], /*