From d22219ca8dbb13a92cee7f7ae616ecce8ba025f0 Mon Sep 17 00:00:00 2001 From: Peter Date: Mon, 8 Apr 2024 09:25:23 +0100 Subject: [PATCH] Display Profile: Fix android timeSyncFromCms and webCacheEnabled settings in v3. (#2469) --- lib/Factory/DisplayProfileFactory.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/Factory/DisplayProfileFactory.php b/lib/Factory/DisplayProfileFactory.php index a85757caed..fca2110603 100644 --- a/lib/Factory/DisplayProfileFactory.php +++ b/lib/Factory/DisplayProfileFactory.php @@ -1,8 +1,8 @@ 'dayPartId', 'default' => null], ['name' => 'webViewPluginState', 'default' => 'DEMAND'], ['name' => 'hardwareAccelerateWebViewMode', 'default' => '2'], - ['name' => 'timeSyncFromCms', 'default' => 0], - ['name' => 'webCacheEnabled', 'default' => 0], + ['name' => 'timeSyncFromCms', 'default' => 0, 'type' => 'checkbox'], + ['name' => 'webCacheEnabled', 'default' => 0, 'type' => 'checkbox'], ['name' => 'serverPort', 'default' => 9696], ['name' => 'installWithLoadedLinkLibraries', 'default' => 1, 'type' => 'checkbox'], ['name' => 'forceHttps', 'default' => 1, 'type' => 'checkbox'],