62 lines
1.6 KiB
JSON
62 lines
1.6 KiB
JSON
{
|
|
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
|
|
"animateLoading": true,
|
|
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
|
|
"bottomRow": 29,
|
|
"boxShadow": "none",
|
|
"defaultOptionValue": "{{ ((options, serverSideFiltering) => ( appsmith.store.editContext.row.Status))(Status.options, Status.serverSideFiltering) }}",
|
|
"dynamicBindingPathList": [
|
|
{
|
|
"key": "accentColor"
|
|
},
|
|
{
|
|
"key": "borderRadius"
|
|
},
|
|
{
|
|
"key": "defaultOptionValue"
|
|
}
|
|
],
|
|
"dynamicHeight": "FIXED",
|
|
"dynamicPropertyPathList": [
|
|
{
|
|
"key": "sourceData"
|
|
}
|
|
],
|
|
"dynamicTriggerPathList": [],
|
|
"isDisabled": false,
|
|
"isFilterable": false,
|
|
"isLoading": false,
|
|
"isRequired": true,
|
|
"isVisible": true,
|
|
"key": "43u6j5prj5",
|
|
"labelAlignment": "left",
|
|
"labelPosition": "Top",
|
|
"labelText": "Status",
|
|
"labelTextSize": "0.875rem",
|
|
"labelWidth": 5,
|
|
"leftColumn": 22,
|
|
"maxDynamicHeight": 9000,
|
|
"minDynamicHeight": 4,
|
|
"minWidth": 450,
|
|
"mobileBottomRow": 30,
|
|
"mobileLeftColumn": 22,
|
|
"mobileRightColumn": 42,
|
|
"mobileTopRow": 23,
|
|
"needsErrorInfo": false,
|
|
"optionLabel": "name",
|
|
"optionValue": "code",
|
|
"parentColumnSpace": 11.25,
|
|
"parentId": "lzhkjdrww4",
|
|
"parentRowSpace": 10,
|
|
"placeholderText": "Select option",
|
|
"renderMode": "CANVAS",
|
|
"responsiveBehavior": "fill",
|
|
"rightColumn": 42,
|
|
"serverSideFiltering": false,
|
|
"sourceData": "[\n {\n \"name\": \"aktiv\",\n \"code\": \"aktiv\"\n },\n {\n \"name\": \"inaktiv\",\n \"code\": \"inaktiv\"\n }\n]",
|
|
"topRow": 22,
|
|
"type": "SELECT_WIDGET",
|
|
"version": 1,
|
|
"widgetId": "pnsklfvlth",
|
|
"widgetName": "Status"
|
|
} |