System generated commit, initial commit

This commit is contained in:
2026-07-27 15:07:30 +00:00
parent 818ef1eddd
commit a3c2804e58
219 changed files with 11866 additions and 0 deletions
@@ -0,0 +1,66 @@
{
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"animateLoading": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 18,
"boxShadow": "none",
"defaultOptionValue": "{{ ((options, serverSideFiltering) => ( appsmith.store.editContext.row.Land))(Land.options, Land.serverSideFiltering) }}",
"dynamicBindingPathList": [
{
"key": "accentColor"
},
{
"key": "borderRadius"
},
{
"key": "sourceData"
},
{
"key": "defaultOptionValue"
}
],
"dynamicHeight": "FIXED",
"dynamicPropertyPathList": [
{
"key": "sourceData"
}
],
"dynamicTriggerPathList": [],
"isDisabled": false,
"isFilterable": false,
"isLoading": false,
"isRequired": true,
"isVisible": true,
"key": "1knksz7u8j",
"labelAlignment": "left",
"labelPosition": "Top",
"labelText": "Land",
"labelTextColor": "",
"labelTextSize": "0.875rem",
"labelWidth": 5,
"leftColumn": 31,
"maxDynamicHeight": 9000,
"minDynamicHeight": 4,
"minWidth": 450,
"mobileBottomRow": 19,
"mobileLeftColumn": 22,
"mobileRightColumn": 42,
"mobileTopRow": 12,
"needsErrorInfo": false,
"optionLabel": "value",
"optionValue": "value",
"parentColumnSpace": 11.25,
"parentId": "lzhkjdrww4",
"parentRowSpace": 10,
"placeholderText": "Select option",
"renderMode": "CANVAS",
"responsiveBehavior": "fill",
"rightColumn": 53,
"serverSideFiltering": false,
"sourceData": "{{ Land_Dropdown.data.map(i => ({\n label: i.Land,\n value: i.Land\n})) }}",
"topRow": 11,
"type": "SELECT_WIDGET",
"version": 1,
"widgetId": "d3nnrm8fk2",
"widgetName": "Land"
}