Skip to content

Options

Available options

Config namespace: genxbe.kx-devutils

Name Default Description
maintenance true Disable or enable the possibility* for maintenance mode

Possibility for maintenance

With this we mean you can enable/disable the ability to go use maintenance mode. This does not mean that the website is in maintenance mode. This is done with the kirby x:down command.

Example configuration

site/config/config.php
<?php
return [
    ...
    'genxbe.kx-devutils' => [
        'maintenance' => false,
    ],
    ...
];