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
I have a SharePoint Online page section that has the "Make this section collapsible" set to Off. I'm using PnP PowerShell Set-PnpPageTextPart to update the text in that section and that works fine BUT the "Make this section collapsible" gets changed to On.
If I do a Get-PnPPageComponent and inspect the Section property, I can see that there is a Collapsible: True property but I can't figure out how to set that property to False. Any ideas?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have a SharePoint Online page section that has the "Make this section collapsible" set to Off. I'm using PnP PowerShell Set-PnpPageTextPart to update the text in that section and that works fine BUT the "Make this section collapsible" gets changed to On.
If I do a Get-PnPPageComponent and inspect the Section property, I can see that there is a Collapsible: True property but I can't figure out how to set that property to False. Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions