66 lines
1.6 KiB
JSON
66 lines
1.6 KiB
JSON
{
|
|
"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"
|
|
} |