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
|
// Kirby configuration settings
|
||||||
'panel' => [
|
'panel' => [
|
||||||
'language' => 'fr',
|
'language' => 'fr',
|
||||||
'css' => 'build/panel.css'
|
'css' => 'build/panel.css',
|
||||||
|
'install' => true,
|
||||||
],
|
],
|
||||||
// Sitemapper plugin options
|
// Sitemapper plugin options
|
||||||
'kirbyzone.sitemapper' => [
|
'kirbyzone.sitemapper' => [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue