From 754d3f3670d696f5dd14756647e6782b22713f70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20Nicou=C3=A9?= Date: Wed, 21 Dec 2022 16:32:08 +0100 Subject: [PATCH] Allow panel remote installation --- site/config/config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/site/config/config.php b/site/config/config.php index 40745d8..3dad059 100644 --- a/site/config/config.php +++ b/site/config/config.php @@ -3,6 +3,7 @@ return [ // Kirby configuration settings 'panel' => [ + 'install' => true, 'language' => 'fr', 'css' => 'build/panel.css' ],