Calendar/wwwroot/data/tenant-settings.json
Janus C. H. Knudsen ee46593a5a Adds dynamic header hiding for date groupings
Introduces hideHeader option for date grouping configurations
Enables suppressing date headers in specific views like day view
Improves calendar view flexibility by conditionally rendering headers
2025-12-15 22:53:44 +01:00

57 lines
1.2 KiB
JSON

{
"id": "tenant-settings",
"syncStatus": "synced",
"lastModified": "2025-12-15T10:00:00Z",
"workweek": {
"presets": {
"standard": {
"id": "standard",
"workDays": [1, 2, 3, 4, 5],
"label": "Man-Fre"
},
"compressed": {
"id": "compressed",
"workDays": [1, 2, 3],
"label": "Man-Ons"
},
"midweek": {
"id": "midweek",
"workDays": [4, 5],
"label": "Tors-Fre"
},
"weekend": {
"id": "weekend",
"workDays": [6, 7],
"label": "Weekend"
},
"fullweek": {
"id": "fullweek",
"workDays": [1, 2, 3, 4, 5, 6, 7],
"label": "Alle dage"
}
},
"defaultPreset": "standard",
"firstDayOfWeek": 1
},
"grid": {
"dayStartHour": 6,
"dayEndHour": 22,
"workStartHour": 8,
"workEndHour": 17,
"hourHeight": 80,
"snapInterval": 15
},
"timeFormat": {
"timezone": "Europe/Copenhagen",
"locale": "da-DK",
"use24HourFormat": true
},
"views": {
"availableViews": ["simple", "resource", "team", "department"],
"defaultView": "simple"
}
}