Skip to content

multisite-setup, setup.php plugins key does not allow disabling plugins #959

Open
@drzraf

Description

@drzraf

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions