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
Updated addNavLink and removeNavLink section to include instruction on how to manage links in the site footer. Also added the showFooter parameter to the setSiteBranding verb.
Copy file name to clipboardExpand all lines: docs/declarative-customization/site-design-json-schema.md
+11-3Lines changed: 11 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -610,7 +610,7 @@ Use the **addNavLink** verb to add a new navigation link to the site QuickLaunch
610
610
611
611
-**url**– The url of the link to add.
612
612
-**displayName**– The display name of the link.
613
-
-**navComponent**– The component where to add the link, QuickLaunchor Hub. The default is **QuickLaunch**.
613
+
-**navComponent**– The component where to add the link, QuickLaunch, Hub or Footer. The default is **QuickLaunch**.
614
614
-**isWebRelative**–**true** if the link is web relative; otherwise, **false**. The default is **false**.
615
615
-**parentDisplayName**– An optional parameter. If provided, it makes this navigation link a child (sub link) of the navigation link with this displayName. If both this and parentUrl are provided, it searches for a link that matches both to be the parent.
616
616
-**parentUrl**– An optional parameter. If provided, it makes this navigation link a child (sub link) of the navigation link with this url. If both this and parentDisplayName are provided, it searches for a link that matches both to be the parent.
@@ -640,6 +640,12 @@ Use the **addNavLink** verb to add a new navigation link to the site QuickLaunch
0 commit comments