This commit is contained in:
Astatin3
2024-04-15 22:28:20 -06:00
parent 19547efcd3
commit 65807d0f38
36 changed files with 5219 additions and 3 deletions
+38
View File
@@ -0,0 +1,38 @@
{
"name": "main",
"creators": ["ASTATIN3"],
"version": "1.0",
"entrypoint": "modules/main/main.py",
"tabs": [
{
"name": "main",
"defaultPage": "dashboard",
"pages": [
{
"type": "page",
"name": "dashboard",
"requiredPermGroup": "",
"location": "modules/main/Dashboard.html"
},
{
"type": "folder",
"name": "Settings",
"pages": [
{
"type": "page",
"name": "User",
"requiredPermGroup": "",
"location": "modules/main/userSettings.html"
},
{
"type": "page",
"name": "Admin",
"requiredPermGroup": "Admins",
"location": "modules/main/adminSettings.html"
}
]
}
]
}
]
}