From 3dd9da4a7d1b40e18153127654bd37658373ce9d Mon Sep 17 00:00:00 2001 From: Armand Bahi <armand.bahi@veremes.com> Date: Fri, 10 Mar 2023 15:29:17 +0000 Subject: [PATCH] Mise en place de la propertie smallscreen_limit --- conf/properties.json | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/properties.json b/conf/properties.json index fae13415..1f57c42b 100644 --- a/conf/properties.json +++ b/conf/properties.json @@ -1,6 +1,7 @@ { "app_api_url": "https://[hostname]:8000/v2", "proxy_url": "https://[hostname]:8000/v2/proxy/proxy", + "smallscreen_limit": 768, "version": "2022.00.01", "build": "29192", "status": "stable", -- GitLab