Skip to content

Commit 34e7a6f

Browse files
divyachapanVesaJuvonen
authored andcommitted
Fixing some content for accuracy (SharePoint#4282)
1 parent e68a1ad commit 34e7a6f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/features/site-footer.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@ localization_priority: Priority
1010
Footers are a common branding / navigation control in websites and portals. SharePoint Communication sites will have an out-of-the box footer control, which can be controlled either using UI elements or by using APIs. This control supports following elements
1111

1212
- 8 links or labels
13-
- Footer logo or footer name
13+
- Footer logo
14+
- Footer name
1415

1516
> [!NOTE]
1617
> Site footers are current supported only in modern pages of communication sites. This feature is rolled out to Targeted Release (entire organization) customers and will GA in the Q3 CY2019 timeframe.
1718
1819
> [!IMPORTANT]
19-
> Footer will be enabled by default for all new and existing communication sites when the feature is initially rolled out.
20+
> Footer will be enabled by default for all new communication sites after the feature is rolled out.
2021
2122
## Footer with a logo
2223

@@ -32,8 +33,6 @@ Following picture demonstrates a footer with a label with additional labels and
3233

3334
## Controlling footer rendering using code or PowerShell
3435

35-
When this feature is initially released, all new and existing communication sites will get a footer by default. If you do not want the out-of-box footer in your existing communication site, you can pre-emptively turn it off before the feature rolls out to your site or disable the footer after feature is enabled.
36-
3736
You can control the footer existence with a `FooterEnabled` property in the `Web` object. Following PowerShell scripts shows how this can be done using [PnP PowerShell cmdlets](https://docs.microsoft.com/en-us/powershell/sharepoint/sharepoint-pnp/sharepoint-pnp-cmdlets?view=sharepoint-ps):
3837

3938
```ps

0 commit comments

Comments
 (0)