135 lines
3.5 KiB
JSON
135 lines
3.5 KiB
JSON
{
|
|
"animateLoading": true,
|
|
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
|
|
"bottomRow": 21,
|
|
"boxShadow": "none",
|
|
"buttonVariant": "PRIMARY",
|
|
"childStylesheet": {
|
|
"button": {
|
|
"buttonColor": "#020618"
|
|
}
|
|
},
|
|
"dynamicBindingPathList": [
|
|
{
|
|
"key": "borderRadius"
|
|
}
|
|
],
|
|
"dynamicTriggerPathList": [
|
|
{
|
|
"key": "groupButtons.homeBtn.onClick"
|
|
},
|
|
{
|
|
"key": "groupButtons.salesMenu.menuItems.salesOverview.onClick"
|
|
},
|
|
{
|
|
"key": "groupButtons.salesMenu.menuItems.capacityPlanning.onClick"
|
|
},
|
|
{
|
|
"key": "groupButtons.salesMenu.menuItems.unitsShipped.onClick"
|
|
},
|
|
{
|
|
"key": "groupButtons.marketingBtn.onClick"
|
|
}
|
|
],
|
|
"flexVerticalAlignment": "start",
|
|
"groupButtons": {
|
|
"homeBtn": {
|
|
"buttonColor": "#020618",
|
|
"buttonType": "SIMPLE",
|
|
"iconName": "home",
|
|
"id": "homeBtn",
|
|
"index": 0,
|
|
"isDisabled": false,
|
|
"isVisible": true,
|
|
"label": "Home",
|
|
"menuItems": {},
|
|
"onClick": "{{navigateTo('Home', {}, 'SAME_WINDOW')}}"
|
|
},
|
|
"salesMenu": {
|
|
"buttonColor": "#020618",
|
|
"buttonType": "MENU",
|
|
"iconName": "trending-up",
|
|
"id": "salesMenu",
|
|
"index": 1,
|
|
"isDisabled": false,
|
|
"isVisible": true,
|
|
"label": "Sales",
|
|
"placement": "rightStart",
|
|
"menuItems": {
|
|
"salesOverview": {
|
|
"backgroundColor": "#020618",
|
|
"iconAlign": "left",
|
|
"iconColor": "#FFFFFF",
|
|
"iconName": "dashboard",
|
|
"id": "salesOverview",
|
|
"index": 0,
|
|
"isDisabled": false,
|
|
"isVisible": true,
|
|
"label": "Overview",
|
|
"onClick": "{{navigateTo('Sales', {}, 'SAME_WINDOW')}}",
|
|
"textColor": "#FFFFFF"
|
|
},
|
|
"capacityPlanning": {
|
|
"backgroundColor": "#020618",
|
|
"iconAlign": "left",
|
|
"iconColor": "#FFFFFF",
|
|
"iconName": "calendar",
|
|
"id": "capacityPlanning",
|
|
"index": 1,
|
|
"isDisabled": false,
|
|
"isVisible": true,
|
|
"label": "Capacity Planning",
|
|
"onClick": "{{navigateTo('Sales - Capacity Planning', {}, 'SAME_WINDOW')}}",
|
|
"textColor": "#FFFFFF"
|
|
},
|
|
"unitsShipped": {
|
|
"backgroundColor": "#020618",
|
|
"iconAlign": "left",
|
|
"iconColor": "#FFFFFF",
|
|
"iconName": "box",
|
|
"id": "unitsShipped",
|
|
"index": 2,
|
|
"isDisabled": false,
|
|
"isVisible": true,
|
|
"label": "Units Shipped",
|
|
"onClick": "{{navigateTo('Sales - Units Shipped', {}, 'SAME_WINDOW')}}",
|
|
"textColor": "#FFFFFF"
|
|
}
|
|
}
|
|
},
|
|
"marketingBtn": {
|
|
"buttonColor": "#020618",
|
|
"buttonType": "SIMPLE",
|
|
"iconName": "megaphone",
|
|
"id": "marketingBtn",
|
|
"index": 2,
|
|
"isDisabled": false,
|
|
"isVisible": true,
|
|
"label": "Marketing",
|
|
"menuItems": {},
|
|
"onClick": "{{navigateTo('Marketing', {}, 'SAME_WINDOW')}}"
|
|
}
|
|
},
|
|
"isLoading": false,
|
|
"isVisible": true,
|
|
"key": "sidenavbtngrp",
|
|
"leftColumn": 0,
|
|
"minWidth": 350,
|
|
"mobileBottomRow": 21,
|
|
"mobileLeftColumn": 0,
|
|
"mobileRightColumn": 14,
|
|
"mobileTopRow": 0,
|
|
"orientation": "vertical",
|
|
"parentColumnSpace": 25.109375,
|
|
"parentId": "0",
|
|
"parentRowSpace": 10,
|
|
"renderMode": "CANVAS",
|
|
"responsiveBehavior": "hug",
|
|
"rightColumn": 14,
|
|
"topRow": 0,
|
|
"type": "BUTTON_GROUP_WIDGET",
|
|
"version": 1,
|
|
"widgetId": "sidenav001",
|
|
"widgetName": "SidebarNavigation"
|
|
}
|