Allow panel install
This commit is contained in:
parent
0177db2d17
commit
2d51a87d71
1 changed files with 2 additions and 1 deletions
|
@ -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' => [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue