3
0

Fix docs, add hideNamespaceListLink to app settings

This commit is contained in:
Denis Arh
2022-02-23 10:27:09 +01:00
parent eb583a3394
commit 19ff961c62
+6 -3
View File
@@ -163,12 +163,15 @@ type (
} `json:"auth"`
Compose struct {
// UI related settings
// (placeholder)
// Compose UI settings
UI struct {
// Sidebar specific settings
Sidebar struct {
// Specific sidebar settings for compose, such as namespace list link
// Hide namespace list
HideNamespaceList bool `json:"hideNamespaceList"`
// Hide namespace link at the end of the list
HideNamespaceListLink bool `json:"hideNamespaceListLink"`
} `kv:"sidebar,final" json:"sidebar"`
} `kv:"ui" json:"ui"`