Skip to content
Snippets Groups Projects
Commit 092b43d4 authored by ludivine premont's avatar ludivine premont
Browse files

Merge branch 'pre-2024.02.00' into pre-2024.02.01

parents e088a406 ec2f9405
Branches
Tags
No related merge requests found
......@@ -29,8 +29,9 @@
],
"default_description": "# Bienvenue dans vMap ! \n\nPlus d'information sur [http:\/\/www.veremes.com](http:\/\/www.veremes.com)",
"default_theme": "6",
"branch": "master",
"branch": "pre-2024.02.00",
"name": "vmap",
"enable_pwa": false,
"enable_custom_restrictions": false,
"url": "git@gitlab.veremes.net:Development/vitis-2020/applications/vmap.git",
"users": {
......
......@@ -29,6 +29,7 @@ import {
vmapFluxMode,
vmapMapReportsMode,
vmapAdminManageDataObject,
vmapConfigOfflineVmapObject
} from '../modules/vmap/struct/vmap.struct';
/**
......@@ -101,6 +102,7 @@ export const appStruct: AppConfig = {
'objects': [
vitisConfigVitisObject,
vmapConfigVmapObject,
vmapConfigOfflineVmapObject,
vitisConfigEmailTemplatesObject,
vitisConfigInterfaceObject,
vitisConfigCustomTranslationsObject,
......
......@@ -18,5 +18,8 @@
"contour_size": 2,
"circle_radius": 7
}
}
},
"vmap_offline": true,
"vmap_offline_redirection_enalble_multiple_zones": false,
"vmap_offline_redirection_enable_auto_download_zone": false
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment