Konfiguration von Seiten-Verknüpfungen nach Gespräch mit Marc geändert.

This commit is contained in:
2022-06-16 09:48:18 +02:00
parent 706ec88576
commit d8e4f9c902
10 changed files with 197 additions and 103 deletions

1
types/global.d.ts vendored
View File

@@ -166,6 +166,7 @@ interface NavigationItem {
url: {
url: string
target: string
hidden: boolean
}
}
}