Skip to content

Commit 876ad94

Browse files
authored
Update site-footer.md
1 parent 75ca995 commit 876ad94

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/features/site-footer.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ You can control the footer existence with a `FooterEnabled` property in the `Web
2828

2929
```powershell
3030
Connect-PnPOnline -Url "<SiteURL>" –Credentials (Get-Credential)
31-
Set-PnPFooter -Enabled:$false
31+
Set-PnPFooter -Enabled:$false # for disabling the footer
32+
Set-PnPFooter -Enabled:$true # for enabling the footer
3233
```
3334

3435
> [!NOTE]

0 commit comments

Comments
 (0)