mirror of
https://github.com/Astatin3/Polyboard.git
synced 2026-06-09 00:28:07 -06:00
Things almost done
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"name": "main",
|
||||
"creators": ["ASTATIN3"],
|
||||
"version": "1.0",
|
||||
"entrypoint": "modules/main/main.py",
|
||||
"tabs": [
|
||||
{
|
||||
"name": "main",
|
||||
"defaultPage": "dashboard",
|
||||
"pages": [
|
||||
{
|
||||
"type": "page",
|
||||
"name": "dashboard",
|
||||
"location": "modules/main/Dashboard.html"
|
||||
},
|
||||
{
|
||||
"type": "folder",
|
||||
"name": "folder 1",
|
||||
"pages": [
|
||||
{
|
||||
"type": "page",
|
||||
"name": "dashboardcopy",
|
||||
"location": "modules/main/Dashboard-copy.html"
|
||||
},
|
||||
{
|
||||
"type": "folder",
|
||||
"name": "folder 2",
|
||||
"pages": [
|
||||
{
|
||||
"type": "page",
|
||||
"name": "dashboardcopy",
|
||||
"location": "modules/main/Dashboard-copy.html"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user