Skip to content

Commit

Permalink
Merge branch 'test1' into prod
Browse files Browse the repository at this point in the history
  • Loading branch information
riteshkew authored Mar 13, 2024
2 parents c5e21d8 + 1241069 commit 6126c59
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pages/Page1/queries/Api1/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"confirmBeforeExecute": false,
"policies": [],
"userPermissions": [],
"createdAt": "2024-03-13T11:38:20Z"
"createdAt": "2024-03-13T11:41:44Z"
},
"id": "Page1_Api1",
"deleted": false,
Expand Down
2 changes: 1 addition & 1 deletion pages/Page1/queries/Api2/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"confirmBeforeExecute": false,
"policies": [],
"userPermissions": [],
"createdAt": "2024-03-13T11:38:20Z"
"createdAt": "2024-03-13T11:41:44Z"
},
"id": "Page1_Api2",
"deleted": false,
Expand Down
2 changes: 1 addition & 1 deletion pages/Page1/queries/Query1/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"confirmBeforeExecute": false,
"policies": [],
"userPermissions": [],
"createdAt": "2024-03-13T11:38:20Z"
"createdAt": "2024-03-13T11:41:44Z"
},
"id": "Page1_Query1",
"deleted": false,
Expand Down
2 changes: 2 additions & 0 deletions pages/Page1/widgets/Text1.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,11 @@
"isLoading": false,
"mobileTopRow": 27,
"responsiveBehavior": "fill",
"originalTopRow": 27,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"mobileLeftColumn": 3,
"maxDynamicHeight": 9000,
"originalBottomRow": 32,
"fontSize": "1rem",
"minDynamicHeight": 4
}
58 changes: 58 additions & 0 deletions pages/Page1/widgets/Text2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"mobileBottomRow": 33,
"widgetName": "Text2",
"displayName": "Text",
"iconSVG": "/static/media/icon.a47d6d5dbbb718c4dc4b2eb4f218c1b7.svg",
"searchTags": [
"typography",
"paragraph",
"label"
],
"topRow": 29,
"bottomRow": 34,
"parentRowSpace": 10,
"type": "TEXT_WIDGET",
"hideCard": false,
"mobileRightColumn": 48,
"animateLoading": true,
"overflow": "NONE",
"fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
"parentColumnSpace": 11.265625,
"leftColumn": 32,
"dynamicBindingPathList": [
{"key": "truncateButtonColor"},
{"key": "fontFamily"},
{"key": "borderRadius"},
{"key": "text"}
],
"shouldTruncate": false,
"truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
"text": "Hello {{appsmith.user.name || appsmith.user.email}}",
"key": "jxrelgyezn",
"isDeprecated": false,
"rightColumn": 48,
"textAlign": "LEFT",
"dynamicHeight": "AUTO_HEIGHT",
"widgetId": "pltu765df0",
"minWidth": 450,
"isVisible": true,
"fontStyle": "BOLD",
"textColor": "#231F20",
"version": 1,
"parentId": "0",
"tags": [
"Suggested",
"Content"
],
"renderMode": "CANVAS",
"isLoading": false,
"mobileTopRow": 29,
"responsiveBehavior": "fill",
"originalTopRow": 29,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"mobileLeftColumn": 32,
"maxDynamicHeight": 9000,
"originalBottomRow": 33,
"fontSize": "1rem",
"minDynamicHeight": 4
}

0 comments on commit 6126c59

Please sign in to comment.