styles and startmenuItems
This commit is contained in:
154
src/models/integratedStartMenuItems.json
Normal file
154
src/models/integratedStartMenuItems.json
Normal 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": [
|
||||
"*"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user