This commit is contained in:
ponzischeme89
2026-08-12 08:25:15 +12:00
parent e30962245e
commit 4b31946635
28 changed files with 439 additions and 130 deletions
+7
View File
@@ -35,6 +35,7 @@ type adminNavItem struct {
}
type adminNavGroup struct {
ID string
Label string
Items []adminNavItem
}
@@ -43,6 +44,7 @@ type adminNavGroup struct {
// Adding a page is an entry here plus admin/pages/<id>.html and admin/pages/<id>.js.
var adminNav = []adminNavGroup{
{
ID: "overview",
Items: []adminNavItem{
{
ID: "overview", Label: "Overview", Title: "Overview",
@@ -52,6 +54,7 @@ var adminNav = []adminNavGroup{
},
},
{
ID: "people",
Label: "People",
Items: []adminNavItem{
{
@@ -75,6 +78,7 @@ var adminNav = []adminNavGroup{
},
},
{
ID: "content",
Label: "Content",
Items: []adminNavItem{
{
@@ -95,6 +99,7 @@ var adminNav = []adminNavGroup{
},
},
{
ID: "personalisation",
Label: "Personalisation",
Items: []adminNavItem{
{
@@ -110,6 +115,7 @@ var adminNav = []adminNavGroup{
},
},
{
ID: "experience",
Label: "Experience",
Items: []adminNavItem{
{
@@ -140,6 +146,7 @@ var adminNav = []adminNavGroup{
},
},
{
ID: "operations",
Label: "Operations",
Items: []adminNavItem{
{