Forum Discussion
Guilherme Zanoni
Aug 24, 2018Copper Contributor
Thema - Menu - HELP PLS
Hello everyone, I need an urgent support. I built a sharepoint and they were perfect until yesterday the part of the MENU (fast start) changed the style and ended up unfeasible several things. Does ...
Beau Cameron
Aug 27, 2018MVP
Yes. You can disable it with PowerShell + CSOM. by updating a property on the web object. $ctx.Web.MegaMenuEnabled = $false.
See blog blost.
https://mattipaukkonen.com/2018/08/22/manage-sharepoint-communication-sites-megamenu-with-csom-and-powershell/
See blog blost.
https://mattipaukkonen.com/2018/08/22/manage-sharepoint-communication-sites-megamenu-with-csom-and-powershell/