Skip to content

Commit 6e12d10

Browse files
asvishnyakovvas11yev1work
authored andcommitted
feat: allow customize main menu via white labeling
1 parent af3ea4c commit 6e12d10

File tree

4 files changed

+155
-9
lines changed

4 files changed

+155
-9
lines changed

client-app/core/api/graphql/fragments/whiteLabelingFields.graphql

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ fragment whiteLabelingFields on WhiteLabelingSettingsType {
99
sizes
1010
href
1111
}
12+
mainMenuLinks {
13+
title
14+
url
15+
priority
16+
childItems {
17+
title
18+
url
19+
priority
20+
}
21+
}
1222
footerLinks {
1323
title
1424
url

0 commit comments

Comments
 (0)