1
0
Fork 0
mirror of synced 2024-07-12 17:56:07 +12:00
budibase/packages/server/appPackages/testApp2/components/Application Root.json
2019-10-19 07:24:20 +01:00

34 lines
667 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": "end",
"fill": false,
"pills": false,
"selectedItem": {
"##bbstate": "selectedNav",
"##bbstatefallback": "customers",
"##bbsource": "store"
},
"className": "p-3"
},
"tags": [
""
]
}