1
0
Fork 0
mirror of synced 2024-08-04 12:51:47 +12:00
budibase/packages/server/appPackages/testApp2/components/Application Root.json

34 lines
667 B
JSON
Raw Normal View History

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