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
The branding manager does not support to set the local navigation orientation options for a team site, like attached picture. I need to set the local navigation orientation to horizontal and the menu style to cascading.
var chrome = await context.Web.GetBrandingManager().GetChromeOptionsAsync()
The text was updated successfully, but these errors were encountered:
@matsla : I've added support for this, with tomorrow's nightly build you'll have an INavigationOptions object when you load the IChromeOptions of a site allowing you to set HorizontalQuickLaunch and MegaMenuEnabled as options.
Will close this issue, re-open when it still does not work for you.
The branding manager does not support to set the local navigation orientation options for a team site, like attached picture. I need to set the local navigation orientation to horizontal and the menu style to cascading.
var chrome = await context.Web.GetBrandingManager().GetChromeOptionsAsync()
The text was updated successfully, but these errors were encountered: