You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additionally, subsite menusets can be configured. Currently the mechanism to do this is to match the theme name to the menu definition. This would also require a template to be copied to the subsite theme to override it and make use of the different menu sets.
29
+
i.e.
30
+
31
+
```
32
+
DNADesign\SetMenu\Model\MenuSet:
33
+
default_sets:
34
+
Main nav: Main
35
+
Main footer: Footer
36
+
subsitetheme:
37
+
Primary: Main
38
+
Auxilliary: Secondary
40
39
```
41
40
42
41
On `/dev/build` they will be created automatically.
0 commit comments