2019-10-18 18:32:03 +02:00
|
|
|
{
|
|
|
|
"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",
|
2019-10-19 08:24:20 +02:00
|
|
|
"alignment": "end",
|
2019-10-18 18:32:03 +02:00
|
|
|
"fill": false,
|
2019-10-19 08:24:20 +02:00
|
|
|
"pills": false,
|
2019-10-18 18:32:03 +02:00
|
|
|
"selectedItem": {
|
|
|
|
"##bbstate": "selectedNav",
|
2019-10-19 08:24:20 +02:00
|
|
|
"##bbstatefallback": "customers",
|
2019-10-18 18:32:03 +02:00
|
|
|
"##bbsource": "store"
|
2019-10-19 08:24:20 +02:00
|
|
|
},
|
|
|
|
"className": "p-3"
|
|
|
|
},
|
|
|
|
"tags": [
|
|
|
|
""
|
|
|
|
]
|
2019-10-18 18:32:03 +02:00
|
|
|
}
|