Open
Description
https://github.com/getgrav/grav-learn/blob/develop/pages/08.advanced/05.multisite-setup/docs.17.md
indicates that user/setup.php
could do something like:
return [
'plugins' => []
];
I tried:
return [
'plugins' => [
'problems' => [
'enabled' => 'false'
],
'git-sync' => [
'enabled' => 'false'
]
],
... in order to disable a set of plugins, without success.
Whether or not this is supported, this must be documented.
Note: I couldn't find the necessary codebase references to dig for the underlying logic.
Metadata
Metadata
Assignees
Labels
No labels