styles and startmenuItems

This commit is contained in:
2026-04-23 15:01:32 +02:00
parent 12d7de5065
commit 0876e754eb
11 changed files with 458 additions and 233 deletions

View File

@@ -0,0 +1,154 @@
[
{
"section": "System",
"name": "Server",
"active": true,
"menu": {
"label": "Server",
"items": [
{
"label": "Styles",
"view": "styleconfig",
"icon": "brush.png",
"permissions": [
"Administration"
]
},
{
"label": "Configs",
"view": "serverconfig",
"icon": "app.png",
"permissions": [
"Administration"
]
}
]
},
"defaultSize": {
"width": 800,
"height": 600
}
},
{
"section": "System",
"name": "EventLog",
"active": true,
"menu": {
"label": "EventLog",
"items": [
{
"label": "EventLog",
"view": "eventlog",
"defaultSize": {
"width": "1200px",
"height": "1200px"
},
"icon": "eventlog.ico",
"permissions": [
"Administration"
]
}
]
},
"defaultSize": {
"width": "1200px",
"height": "1200px"
}
},
{
"section": "System",
"name": "Plugins",
"active": true,
"menu": {
"label": "Plugins",
"items": [
{
"label": "Plugins",
"view": "plugindashboard",
"defaultSize": {
"width": "900px",
"height": "800px"
},
"icon": "plugins.png",
"permissions": [
"Administration"
]
}
]
},
"defaultSize": {
"width": "900px",
"height": "800px"
}
},
{
"section": "System",
"name": "Info",
"active": true,
"menu": {
"label": "Info",
"items": [
{
"label": "Info",
"view": "serverinfo",
"defaultSize": {
"width": "900px",
"height": "500px"
},
"icon": "serverinfo.png",
"permissions": [
"Administration"
]
}
]
},
"defaultSize": {
"width": "900px",
"height": "500px"
}
},
{
"section": "Benutzer",
"name": "Einstellungen",
"active": true,
"menu": {
"label": "Einstellungen",
"items": [
{
"label": "Einstellungen",
"view": "usersettings",
"defaultSize": {
"width": "460px",
"height": "515px"
},
"icon": "app.png",
"permissions": [
"*"
]
}
]
},
"defaultSize": {
"width": "460px",
"height": "515px"
}
},
{
"section": "Benutzer",
"name": "Hilfe",
"active": true,
"menu": {
"label": "Hilfe",
"items": [
{
"label": "Hilfe",
"view": "help",
"icon": "help.png",
"permissions": [
"*"
]
}
]
}
}
]