30 lines
619 B
JSON
30 lines
619 B
JSON
{
|
|
"name": "Application Root",
|
|
"inherits": "@budibase/bootstrap-components/nav",
|
|
"props": {
|
|
"items": [
|
|
{
|
|
"title": "customers",
|
|
"component": {
|
|
"_component": "customer/customer Nav Content"
|
|
}
|
|
},
|
|
{
|
|
"title": "contacts",
|
|
"component": {
|
|
"_component": "Contact/Contact Nav Content"
|
|
}
|
|
}
|
|
],
|
|
"orientation": "horizontal",
|
|
"alignment": "start",
|
|
"fill": false,
|
|
"pills": true,
|
|
"selectedItem": {
|
|
"##bbstate": "selectedNav",
|
|
"##bbstatefallback": "customer",
|
|
"##bbsource": "store"
|
|
}
|
|
}
|
|
}
|