This commit is contained in:
2025-03-07 10:09:39 +01:00
parent 834f612bfe
commit b3555aa54e
14 changed files with 308 additions and 52 deletions

View File

@@ -46,8 +46,18 @@ pub mut:
build_dest []string @[json: 'buildDest']
build_dest_dev []string @[json: 'buildDestDev']
copyright string = "someone"
to_import []MyImport @[json: 'import']
}
pub struct MyImport {
pub mut:
url string
dest string
visible bool
replace map[string]string
}
// Navbar config structures
pub struct NavbarItem {
pub mut: