Navbar angepasst

This commit is contained in:
2026-08-20 12:09:56 +00:00
parent 6f93035fa5
commit 9c6b92b1a9
17 changed files with 57 additions and 53 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
{ {
"appIsExample": false, "appIsExample": false,
"appLayout": { "appLayout": {
"type": "FLUID" "type": "DESKTOP"
}, },
"applicationDetail": { "applicationDetail": {
"appPositioning": { "appPositioning": {
@@ -52,7 +52,7 @@
"uniqueSlug": "sitzplatzbuchungstool" "uniqueSlug": "sitzplatzbuchungstool"
}, },
"unpublishedAppLayout": { "unpublishedAppLayout": {
"type": "FLUID" "type": "DESKTOP"
}, },
"unpublishedApplicationDetail": { "unpublishedApplicationDetail": {
"appPositioning": { "appPositioning": {
@@ -1,14 +1,14 @@
{ {
"animateLoading": true, "animateLoading": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 309, "bottomRow": 289,
"boxShadow": "none", "boxShadow": "none",
"canEscapeKeyClose": true, "canEscapeKeyClose": true,
"canOutsideClickClose": true, "canOutsideClickClose": true,
"children": [ "children": [
{ {
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 280, "bottomRow": 260,
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
"canExtend": true, "canExtend": true,
"detachFromLayout": true, "detachFromLayout": true,
@@ -57,14 +57,14 @@
} }
], ],
"dynamicHeight": "AUTO_HEIGHT", "dynamicHeight": "AUTO_HEIGHT",
"height": 280, "height": 260,
"isCanvas": true, "isCanvas": true,
"isLoading": false, "isLoading": false,
"key": "jc8yhgzuwd", "key": "jc8yhgzuwd",
"leftColumn": 20, "leftColumn": 20,
"maxDynamicHeight": 9000, "maxDynamicHeight": 9000,
"minDynamicHeight": 24, "minDynamicHeight": 24,
"minHeight": 280, "minHeight": 260,
"mobileBottomRow": 53, "mobileBottomRow": 53,
"mobileLeftColumn": 20, "mobileLeftColumn": 20,
"mobileRightColumn": 44, "mobileRightColumn": 44,
@@ -1,7 +1,7 @@
{ {
"animateLoading": true, "animateLoading": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 26, "bottomRow": 5,
"dynamicBindingPathList": [ "dynamicBindingPathList": [
{ {
"key": "truncateButtonColor" "key": "truncateButtonColor"
@@ -33,7 +33,7 @@
"mobileRightColumn": 41, "mobileRightColumn": 41,
"mobileTopRow": 1, "mobileTopRow": 1,
"needsErrorInfo": false, "needsErrorInfo": false,
"originalBottomRow": 24, "originalBottomRow": 26,
"originalTopRow": 1, "originalTopRow": 1,
"overflow": "NONE", "overflow": "NONE",
"parentId": "7731jpp9wk", "parentId": "7731jpp9wk",
@@ -2,7 +2,7 @@
"accentColor": "{{appsmith.theme.colors.primaryColor}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}",
"animateLoading": true, "animateLoading": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 27, "bottomRow": 28,
"boxShadow": "none", "boxShadow": "none",
"closeOnSelection": true, "closeOnSelection": true,
"dateFormat": "D MMMM, YYYY", "dateFormat": "D MMMM, YYYY",
@@ -56,6 +56,8 @@
"mobileTopRow": 11, "mobileTopRow": 11,
"needsErrorInfo": false, "needsErrorInfo": false,
"onDateSelected": "{{\n storeValue(\n \"bookingFormData\",\n {\n ...(appsmith.store.bookingFormData || {}),\n\n endDate:\n BookingEndDate.selectedDate\n },\n false\n )\n}}", "onDateSelected": "{{\n storeValue(\n \"bookingFormData\",\n {\n ...(appsmith.store.bookingFormData || {}),\n\n endDate:\n BookingEndDate.selectedDate\n },\n false\n )\n}}",
"originalBottomRow": 27,
"originalTopRow": 20,
"parentColumnSpace": 8.875, "parentColumnSpace": 8.875,
"parentId": "q44lz1f0e4", "parentId": "q44lz1f0e4",
"parentRowSpace": 10, "parentRowSpace": 10,
@@ -64,7 +66,7 @@
"rightColumn": 22, "rightColumn": 22,
"shortcuts": false, "shortcuts": false,
"timePrecision": "None", "timePrecision": "None",
"topRow": 20, "topRow": 21,
"type": "DATE_PICKER_WIDGET2", "type": "DATE_PICKER_WIDGET2",
"version": 2, "version": 2,
"widgetId": "k0y272smyy", "widgetId": "k0y272smyy",
@@ -2,7 +2,7 @@
"accentColor": "{{appsmith.theme.colors.primaryColor}}", "accentColor": "{{appsmith.theme.colors.primaryColor}}",
"animateLoading": true, "animateLoading": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 20, "bottomRow": 21,
"boxShadow": "none", "boxShadow": "none",
"closeOnSelection": true, "closeOnSelection": true,
"dateFormat": "D MMMM, YYYY", "dateFormat": "D MMMM, YYYY",
@@ -56,6 +56,8 @@
"mobileTopRow": 11, "mobileTopRow": 11,
"needsErrorInfo": false, "needsErrorInfo": false,
"onDateSelected": "{{\n storeValue(\n \"bookingFormData\",\n {\n ...(appsmith.store.bookingFormData || {}),\n\n startDate:\n BookingStartDate.selectedDate,\n\n endDate:\n BookingStartDate.selectedDate\n },\n false\n )\n}}", "onDateSelected": "{{\n storeValue(\n \"bookingFormData\",\n {\n ...(appsmith.store.bookingFormData || {}),\n\n startDate:\n BookingStartDate.selectedDate,\n\n endDate:\n BookingStartDate.selectedDate\n },\n false\n )\n}}",
"originalBottomRow": 20,
"originalTopRow": 12,
"parentColumnSpace": 8.875, "parentColumnSpace": 8.875,
"parentId": "q44lz1f0e4", "parentId": "q44lz1f0e4",
"parentRowSpace": 10, "parentRowSpace": 10,
@@ -64,7 +66,7 @@
"rightColumn": 22, "rightColumn": 22,
"shortcuts": false, "shortcuts": false,
"timePrecision": "None", "timePrecision": "None",
"topRow": 12, "topRow": 13,
"type": "DATE_PICKER_WIDGET2", "type": "DATE_PICKER_WIDGET2",
"version": 2, "version": 2,
"widgetId": "7g7p1jdnt1", "widgetId": "7g7p1jdnt1",
@@ -1,7 +1,7 @@
{ {
"animateLoading": true, "animateLoading": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 64, "bottomRow": 65,
"boxShadow": "none", "boxShadow": "none",
"buttonColor": "{{appsmith.theme.colors.primaryColor}}", "buttonColor": "{{appsmith.theme.colors.primaryColor}}",
"buttonStyle": "PRIMARY_BUTTON", "buttonStyle": "PRIMARY_BUTTON",
@@ -34,8 +34,8 @@
"mobileTopRow": 18, "mobileTopRow": 18,
"needsErrorInfo": false, "needsErrorInfo": false,
"onClick": "{{RecurringBooking.prepareRecurringBooking();}}", "onClick": "{{RecurringBooking.prepareRecurringBooking();}}",
"originalBottomRow": 79, "originalBottomRow": 64,
"originalTopRow": 75, "originalTopRow": 60,
"parentId": "q44lz1f0e4", "parentId": "q44lz1f0e4",
"placement": "CENTER", "placement": "CENTER",
"recaptchaType": "V3", "recaptchaType": "V3",
@@ -44,7 +44,7 @@
"responsiveBehavior": "hug", "responsiveBehavior": "hug",
"rightColumn": 62, "rightColumn": 62,
"text": "Buchen", "text": "Buchen",
"topRow": 60, "topRow": 61,
"type": "BUTTON_WIDGET", "type": "BUTTON_WIDGET",
"version": 1, "version": 1,
"widgetId": "iutdgcd629", "widgetId": "iutdgcd629",
@@ -1,6 +1,6 @@
{ {
"animateLoading": true, "animateLoading": true,
"bottomRow": 42, "bottomRow": 43,
"capSide": 0, "capSide": 0,
"capType": "nc", "capType": "nc",
"dividerColor": "#d4d4d8", "dividerColor": "#d4d4d8",
@@ -17,8 +17,8 @@
"mobileTopRow": 15, "mobileTopRow": 15,
"needsErrorInfo": false, "needsErrorInfo": false,
"orientation": "horizontal", "orientation": "horizontal",
"originalBottomRow": 24, "originalBottomRow": 42,
"originalTopRow": 20, "originalTopRow": 38,
"parentColumnSpace": 8.875, "parentColumnSpace": 8.875,
"parentId": "q44lz1f0e4", "parentId": "q44lz1f0e4",
"parentRowSpace": 10, "parentRowSpace": 10,
@@ -27,7 +27,7 @@
"rightColumn": 63, "rightColumn": 63,
"strokeStyle": "solid", "strokeStyle": "solid",
"thickness": 2, "thickness": 2,
"topRow": 38, "topRow": 39,
"type": "DIVIDER_WIDGET", "type": "DIVIDER_WIDGET",
"version": 1, "version": 1,
"widgetId": "7wun775rq0", "widgetId": "7wun775rq0",
@@ -1,14 +1,14 @@
{ {
"animateLoading": true, "animateLoading": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 66, "bottomRow": 70,
"boxShadow": "none", "boxShadow": "none",
"canEscapeKeyClose": true, "canEscapeKeyClose": true,
"canOutsideClickClose": true, "canOutsideClickClose": true,
"children": [ "children": [
{ {
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 660, "bottomRow": 700,
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
"canExtend": true, "canExtend": true,
"detachFromLayout": true, "detachFromLayout": true,
@@ -58,14 +58,14 @@
], ],
"dynamicHeight": "AUTO_HEIGHT", "dynamicHeight": "AUTO_HEIGHT",
"dynamicTriggerPathList": [], "dynamicTriggerPathList": [],
"height": 660, "height": 700,
"isCanvas": true, "isCanvas": true,
"isLoading": false, "isLoading": false,
"key": "tfld9k9m85", "key": "tfld9k9m85",
"leftColumn": 19, "leftColumn": 19,
"maxDynamicHeight": 9000, "maxDynamicHeight": 9000,
"minDynamicHeight": 10, "minDynamicHeight": 10,
"minHeight": 660, "minHeight": 700,
"mobileBottomRow": 39, "mobileBottomRow": 39,
"mobileLeftColumn": 19, "mobileLeftColumn": 19,
"mobileRightColumn": 43, "mobileRightColumn": 43,
@@ -3,7 +3,7 @@
"alignWidget": "LEFT", "alignWidget": "LEFT",
"animateLoading": true, "animateLoading": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 46, "bottomRow": 47,
"defaultCheckedState": false, "defaultCheckedState": false,
"dynamicBindingPathList": [ "dynamicBindingPathList": [
{ {
@@ -31,15 +31,15 @@
"mobileRightColumn": 13, "mobileRightColumn": 13,
"mobileTopRow": 18, "mobileTopRow": 18,
"needsErrorInfo": false, "needsErrorInfo": false,
"originalBottomRow": 28, "originalBottomRow": 46,
"originalTopRow": 24, "originalTopRow": 42,
"parentColumnSpace": 8.875, "parentColumnSpace": 8.875,
"parentId": "q44lz1f0e4", "parentId": "q44lz1f0e4",
"parentRowSpace": 10, "parentRowSpace": 10,
"renderMode": "CANVAS", "renderMode": "CANVAS",
"responsiveBehavior": "fill", "responsiveBehavior": "fill",
"rightColumn": 39, "rightColumn": 39,
"topRow": 42, "topRow": 43,
"type": "CHECKBOX_WIDGET", "type": "CHECKBOX_WIDGET",
"version": 1, "version": 1,
"widgetId": "s2wg7tlv6m", "widgetId": "s2wg7tlv6m",
@@ -1,7 +1,7 @@
{ {
"animateLoading": true, "animateLoading": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 14, "bottomRow": 17,
"boxShadow": "none", "boxShadow": "none",
"buttonColor": "{{\n appsmith.store.recurringDays?.monday === true\n ? \"#1f5d85\"\n : \"#b8c5ce\"\n}}", "buttonColor": "{{\n appsmith.store.recurringDays?.monday === true\n ? \"#1f5d85\"\n : \"#b8c5ce\"\n}}",
"buttonVariant": "PRIMARY", "buttonVariant": "PRIMARY",
@@ -37,8 +37,8 @@
"mobileTopRow": 34, "mobileTopRow": 34,
"needsErrorInfo": false, "needsErrorInfo": false,
"onClick": "{{RecurringBooking.toggleDay('monday');}}", "onClick": "{{RecurringBooking.toggleDay('monday');}}",
"originalBottomRow": 13, "originalBottomRow": 14,
"originalTopRow": 9, "originalTopRow": 10,
"parentColumnSpace": 8.875, "parentColumnSpace": 8.875,
"parentId": "nxgzciev9f", "parentId": "nxgzciev9f",
"parentRowSpace": 10, "parentRowSpace": 10,
@@ -49,7 +49,7 @@
"responsiveBehavior": "hug", "responsiveBehavior": "hug",
"rightColumn": 12, "rightColumn": 12,
"text": "Mo", "text": "Mo",
"topRow": 10, "topRow": 13,
"type": "BUTTON_WIDGET", "type": "BUTTON_WIDGET",
"version": 1, "version": 1,
"widgetId": "94tiejotz5", "widgetId": "94tiejotz5",
@@ -4,12 +4,12 @@
"borderColor": "#E0DEDE", "borderColor": "#E0DEDE",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"borderWidth": "1", "borderWidth": "1",
"bottomRow": 64, "bottomRow": 68,
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
"children": [ "children": [
{ {
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 160, "bottomRow": 190,
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
"canExtend": false, "canExtend": false,
"containerStyle": "none", "containerStyle": "none",
@@ -83,8 +83,8 @@
"mobileRightColumn": 26, "mobileRightColumn": 26,
"mobileTopRow": 58, "mobileTopRow": 58,
"needsErrorInfo": false, "needsErrorInfo": false,
"originalBottomRow": 64, "originalBottomRow": 68,
"originalTopRow": 48, "originalTopRow": 49,
"parentColumnSpace": 18.56015625, "parentColumnSpace": 18.56015625,
"parentId": "q44lz1f0e4", "parentId": "q44lz1f0e4",
"parentRowSpace": 10, "parentRowSpace": 10,
@@ -92,7 +92,7 @@
"responsiveBehavior": "fill", "responsiveBehavior": "fill",
"rightColumn": 38, "rightColumn": 38,
"shouldScrollContents": true, "shouldScrollContents": true,
"topRow": 48, "topRow": 49,
"type": "CONTAINER_WIDGET", "type": "CONTAINER_WIDGET",
"version": 1, "version": 1,
"widgetId": "iky8iz4l6e", "widgetId": "iky8iz4l6e",
@@ -1,7 +1,7 @@
{ {
"animateLoading": true, "animateLoading": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 5, "bottomRow": 6,
"dynamicBindingPathList": [ "dynamicBindingPathList": [
{ {
"key": "truncateButtonColor" "key": "truncateButtonColor"
@@ -33,7 +33,7 @@
"mobileRightColumn": 55, "mobileRightColumn": 55,
"mobileTopRow": 48, "mobileTopRow": 48,
"needsErrorInfo": false, "needsErrorInfo": false,
"originalBottomRow": 6, "originalBottomRow": 5,
"originalTopRow": 1, "originalTopRow": 1,
"overflow": "NONE", "overflow": "NONE",
"parentColumnSpace": 18.56015625, "parentColumnSpace": 18.56015625,
@@ -1,7 +1,7 @@
{ {
"animateLoading": true, "animateLoading": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 5, "bottomRow": 8,
"dynamicBindingPathList": [ "dynamicBindingPathList": [
{ {
"key": "truncateButtonColor" "key": "truncateButtonColor"
@@ -30,8 +30,8 @@
"mobileRightColumn": 17, "mobileRightColumn": 17,
"mobileTopRow": 1, "mobileTopRow": 1,
"needsErrorInfo": false, "needsErrorInfo": false,
"originalBottomRow": 6, "originalBottomRow": 5,
"originalTopRow": 2, "originalTopRow": 1,
"overflow": "NONE", "overflow": "NONE",
"parentColumnSpace": 10.41759033203125, "parentColumnSpace": 10.41759033203125,
"parentId": "nxgzciev9f", "parentId": "nxgzciev9f",
@@ -1,7 +1,7 @@
{ {
"animateLoading": true, "animateLoading": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 14, "bottomRow": 15,
"boxShadow": "none", "boxShadow": "none",
"buttonColor": "{{\n appsmith.store.recurringDays?.tuesday === true\n ? \"#1f5d85\"\n : \"#b8c5ce\"\n}}", "buttonColor": "{{\n appsmith.store.recurringDays?.tuesday === true\n ? \"#1f5d85\"\n : \"#b8c5ce\"\n}}",
"buttonVariant": "PRIMARY", "buttonVariant": "PRIMARY",
@@ -37,8 +37,8 @@
"mobileTopRow": 34, "mobileTopRow": 34,
"needsErrorInfo": false, "needsErrorInfo": false,
"onClick": "{{RecurringBooking.toggleDay('tuesday');}}", "onClick": "{{RecurringBooking.toggleDay('tuesday');}}",
"originalBottomRow": 15, "originalBottomRow": 14,
"originalTopRow": 11, "originalTopRow": 10,
"parentColumnSpace": 8.875, "parentColumnSpace": 8.875,
"parentId": "nxgzciev9f", "parentId": "nxgzciev9f",
"parentRowSpace": 10, "parentRowSpace": 10,
@@ -49,7 +49,7 @@
"responsiveBehavior": "hug", "responsiveBehavior": "hug",
"rightColumn": 24, "rightColumn": 24,
"text": "Di", "text": "Di",
"topRow": 10, "topRow": 11,
"type": "BUTTON_WIDGET", "type": "BUTTON_WIDGET",
"version": 1, "version": 1,
"widgetId": "ghkjz9swkj", "widgetId": "ghkjz9swkj",
@@ -1,7 +1,7 @@
{ {
"animateLoading": true, "animateLoading": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 14, "bottomRow": 15,
"boxShadow": "none", "boxShadow": "none",
"buttonColor": "{{\n appsmith.store.recurringDays?.wednesday === true\n ? \"#1f5d85\"\n : \"#b8c5ce\"\n}}", "buttonColor": "{{\n appsmith.store.recurringDays?.wednesday === true\n ? \"#1f5d85\"\n : \"#b8c5ce\"\n}}",
"buttonVariant": "PRIMARY", "buttonVariant": "PRIMARY",
@@ -37,8 +37,8 @@
"mobileTopRow": 34, "mobileTopRow": 34,
"needsErrorInfo": false, "needsErrorInfo": false,
"onClick": "{{RecurringBooking.toggleDay('wednesday');}}", "onClick": "{{RecurringBooking.toggleDay('wednesday');}}",
"originalBottomRow": 15, "originalBottomRow": 14,
"originalTopRow": 11, "originalTopRow": 10,
"parentColumnSpace": 8.875, "parentColumnSpace": 8.875,
"parentId": "nxgzciev9f", "parentId": "nxgzciev9f",
"parentRowSpace": 10, "parentRowSpace": 10,
@@ -49,7 +49,7 @@
"responsiveBehavior": "hug", "responsiveBehavior": "hug",
"rightColumn": 36, "rightColumn": 36,
"text": "Mi", "text": "Mi",
"topRow": 10, "topRow": 11,
"type": "BUTTON_WIDGET", "type": "BUTTON_WIDGET",
"version": 1, "version": 1,
"widgetId": "26qk30tfsj", "widgetId": "26qk30tfsj",
@@ -1,7 +1,7 @@
{ {
"animateLoading": true, "animateLoading": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 10, "bottomRow": 11,
"dynamicBindingPathList": [ "dynamicBindingPathList": [
{ {
"key": "truncateButtonColor" "key": "truncateButtonColor"
+2 -2
View File
@@ -1,7 +1,7 @@
{ {
"animateLoading": true, "animateLoading": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 27, "bottomRow": 31,
"dynamicBindingPathList": [ "dynamicBindingPathList": [
{ {
"key": "truncateButtonColor" "key": "truncateButtonColor"
@@ -46,7 +46,7 @@
"text": "{{appsmith.store.sid}}\n", "text": "{{appsmith.store.sid}}\n",
"textAlign": "LEFT", "textAlign": "LEFT",
"textColor": "#231F20", "textColor": "#231F20",
"topRow": 23, "topRow": 27,
"truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}", "truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
"type": "TEXT_WIDGET", "type": "TEXT_WIDGET",
"version": 1, "version": 1,