Files
Sitzplatzbuchungstool/pages/Sitzplätze/widgets/Terminplanungs_Modal/Custom1.json
T
2026-08-06 10:56:06 +00:00

52 lines
2.4 KiB
JSON

{
"backgroundColor": "#ffffff",
"borderColor": "#ffffff",
"borderRadius": "0.375rem",
"borderWidth": "1",
"bottomRow": 59,
"boxShadow": "0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)",
"defaultModel": "{\n \"locale\": \"de\",\n \"initialView\": \"dayGridMonth\",\n \"initialDate\": \"2026-08-06\",\n \"firstDay\": 1,\n \"editable\": true,\n \"selectable\": true,\n \"events\": [\n {\n \"id\": \"1\",\n \"title\": \"Keycloak-Workshop\",\n \"start\": \"2026-08-06T09:00:00\",\n \"end\": \"2026-08-06T11:00:00\",\n \"backgroundColor\": \"#2563eb\"\n },\n {\n \"id\": \"2\",\n \"title\": \"n8n Deployment\",\n \"start\": \"2026-08-10\",\n \"allDay\": true,\n \"backgroundColor\": \"#16a34a\"\n }\n ]\n}",
"dynamicBindingPathList": [
{
"key": "theme"
}
],
"dynamicHeight": "FIXED",
"dynamicPropertyPathList": [],
"dynamicTriggerPathList": [],
"events": [],
"isCanvas": false,
"isLoading": false,
"isSearchWildcard": true,
"isVisible": true,
"key": "15menc7fc7",
"leftColumn": 0,
"maxDynamicHeight": 9000,
"minDynamicHeight": 4,
"mobileBottomRow": 41,
"mobileLeftColumn": 6,
"mobileRightColumn": 29,
"mobileTopRow": 11,
"needsErrorInfo": false,
"parentColumnSpace": 16.479687499999997,
"parentId": "2lnzb8fq0d",
"parentRowSpace": 10,
"renderMode": "CANVAS",
"rightColumn": 64,
"srcDoc": {
"css": "",
"html": "<! DOCTYPE html>\n<html>\n\n<head>\n<script src='https://cdn.jsdelivr.net/npm/fullcalendar/index.global.min.js'></script>\n\n</head>\n<body>\n<div id='calendar'></div>\n</body>\n</html>",
"js": "appsmith.onReady(() => {\n const calendarEl = document.getElementById('calendar');\n const calendar = new FullCalendar.Calendar(calendarEl, {\n initialView: 'dayGridMonth'\n });\n calendar.render();\n});"
},
"theme": "{{appsmith.theme}}",
"topRow": 11,
"type": "CUSTOM_WIDGET",
"uncompiledSrcDoc": {
"css": "",
"html": "<! DOCTYPE html>\n<html>\n\n<head>\n<script src='https://cdn.jsdelivr.net/npm/fullcalendar/index.global.min.js'></script>\n\n</head>\n<body>\n<div id='calendar'></div>\n</body>\n</html>",
"js": "appsmith.onReady(()=>{\nconst calendarEl = document.getElementById('calendar')\nconst calendar = new FullCalendar.Calendar(calendarEl, {\ninitialView: 'dayGridMonth'\n})\ncalendar.render()\n})"
},
"version": 1,
"widgetId": "opnoz7bq3u",
"widgetName": "Custom1"
}