From 03613d0f4e66be643e6337f363a9e45dd77627f8 Mon Sep 17 00:00:00 2001 From: Sovas Tiwari Date: Mon, 15 Dec 2025 11:31:13 +0100 Subject: [PATCH] Add the configuration for the Map layer settings plugin to hide close button --- .../static/mapstore/configs/localConfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/geonode_mapstore_client/static/mapstore/configs/localConfig.json b/geonode_mapstore_client/static/mapstore/configs/localConfig.json index 1e75841845..6da0b76e68 100644 --- a/geonode_mapstore_client/static/mapstore/configs/localConfig.json +++ b/geonode_mapstore_client/static/mapstore/configs/localConfig.json @@ -1397,7 +1397,8 @@ "mandatory": true, "cfg": { "enableIFrameModule": true, - "className": "gn-dataset-layersettings" + "className": "gn-dataset-layersettings", + "hideCloseButton": true } }, {