Gui Anpassung

This commit is contained in:
2026-08-06 10:57:46 +00:00
parent d88048ae01
commit 3a64c21cca
3 changed files with 8 additions and 8 deletions
@@ -3,7 +3,7 @@
"borderColor": "#ffffff",
"borderRadius": "0.375rem",
"borderWidth": "1",
"bottomRow": 59,
"bottomRow": 60,
"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": [
@@ -20,7 +20,7 @@
"isSearchWildcard": true,
"isVisible": true,
"key": "15menc7fc7",
"leftColumn": 0,
"leftColumn": 14,
"maxDynamicHeight": 9000,
"minDynamicHeight": 4,
"mobileBottomRow": 41,
@@ -39,7 +39,7 @@
"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,
"topRow": 4,
"type": "CUSTOM_WIDGET",
"uncompiledSrcDoc": {
"css": "",