1
0
Fork 0
mirror of synced 2024-09-09 06:01:08 +12:00
budibase/packages/server/appPackages/_master/components/Main App Root.json
2019-09-30 04:55:24 +01:00

21 lines
356 B
JSON

{
"name": "Main App Root",
"description": "",
"inherits": "@budibase/standard-components/nav",
"props": {
"items": [
{
"_component": "#items#array_element",
"title": "Applications",
"component": {
"_component": ""
}
}
]
},
"tags": [
"nav",
"navigation",
"sidebar"
]
}