PnP-Provisioning-Schema
PnP-Provisioning-Schema copied to clipboard
WebSettings > QuickLaunchEnabled not working
So I have a Site Template that has the QuickLaunch nav disabled. When I am Invoking the Site Template it is not disabling the QuickLaunch Nav.
<pnp:WebSettings QuickLaunchEnabled="false" WelcomePage="Shared Documents/Forms/AllItems.aspx"/>
You can see in the template the QuickLaunchEnabled value is set to false but this setting does not appear to be taking affect regardless of the True/False value.
I'm having the opposite problem - trying to upgrade an Azure Function that I have to 2022/09's schema, but QuickLaunchEnabled=true isn't enabling it, which is a blocker for me at this point.
In addition, I can confirm that with QuickLaunchEnabled set to true, it's actively turning off QuickLaunch when I manually turn it on on a page and then run the provisioning again.
@lsheltonSTO oh I will need to test with the value set to true maybe that can solve my problem.