Allow panel install

This commit is contained in:
Paul Nicoué 2025-02-17 19:31:58 +01:00
parent 0177db2d17
commit 2d51a87d71

View file

@ -4,7 +4,8 @@ return [
// Kirby configuration settings
'panel' => [
'language' => 'fr',
'css' => 'build/panel.css'
'css' => 'build/panel.css',
'install' => true,
],
// Sitemapper plugin options
'kirbyzone.sitemapper' => [