Skip to content

Commit d383d71

Browse files
paulwillenVesaJuvonen
authored andcommitted
Changed Sharpoint to SharePoint (SharePoint#4921)
1 parent 3ad811b commit d383d71

File tree

2 files changed

+58
-58
lines changed

2 files changed

+58
-58
lines changed

docs/solution-guidance/modern-experience-customizations.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ Numerous benefits in the "modern" experiences are called out in the referenced m
1919
The "modern" experiences in SharePoint Online are:
2020
- **Modern team sites**
2121
- **Modern list and library experiences**
22-
- **Modern site pages**
22+
- **Modern site pages**
2323

24-
"Modern" experiences are being gradually released in SharePoint Online, and you can control how they are applied at the tenant or site level. If you have existing customizations, you can defer using the new experiences until the required customization options are available.
24+
"Modern" experiences are being gradually released in SharePoint Online, and you can control how they are applied at the tenant or site level. If you have existing customizations, you can defer using the new experiences until the required customization options are available.
2525

2626
If you have existing customizations that are business critical for your deployment, we recommend using the following process for adopting the "modern" experiences:
2727

@@ -35,16 +35,16 @@ If you have existing customizations that are business critical for your deployme
3535

3636
5. **Deploy**: Roll out the updated changes to your SharePoint Online environment.
3737

38-
Following are the key scenarios currently supported by the "modern" experiences. We will be updating the list of supported scenarios whenever new capabilities are introduced in SharePoint Online.
38+
Following are the key scenarios currently supported by the "modern" experiences. We will be updating the list of supported scenarios whenever new capabilities are introduced in SharePoint Online.
3939

4040
<br/>
4141

4242
|Customization/Article|Description|
4343
|:-----|:-----|
44-
|[Provisioning "modern" team sites programmatically](modern-experience-customizations-provisioning-sites.md)| "Modern" team sites can be provisioned by an end user, but you can also create these sites programmatically. |
45-
|[Customizing "modern" team sites](modern-experience-customizations-customize-sites.md) | "Modern" team sites are sites that bring a fresh, new responsive user experience to SharePoint Online,<br/>showing relevant information on the home page. Typically, these sites also have an associated Office 365 group. |
46-
|[Customizing "modern" lists and libraries](modern-experience-customizations-customize-lists-and-libraries.md) | "Modern" lists and document libraries bring a better user experience that is faster, more intuitive, and responsive.<br/>This article focuses on the extensibility options, such as user custom actions and branding, which are supported for the "modern" library and list experiences. |
47-
|[Customizing "modern" site pages](modern-experience-customizations-customize-pages.md) | "Modern" team site pages are fast, easy to author, and support rich multimedia content. Additionally, these pages<br/>look great on any device, in a browser, or from within the SharePoint mobile app.<br/>This article focuses on the extensibility options available within the "modern" page experience. |
44+
|[Provisioning "modern" team sites programmatically](modern-experience-customizations-provisioning-sites.md)| "Modern" team sites can be provisioned by an end user, but you can also create these sites programmatically. |
45+
|[Customizing "modern" team sites](modern-experience-customizations-customize-sites.md) | "Modern" team sites are sites that bring a fresh, new responsive user experience to SharePoint Online,<br/>showing relevant information on the home page. Typically, these sites also have an associated Office 365 group. |
46+
|[Customizing "modern" lists and libraries](modern-experience-customizations-customize-lists-and-libraries.md) | "Modern" lists and document libraries bring a better user experience that is faster, more intuitive, and responsive.<br/>This article focuses on the extensibility options, such as user custom actions and branding, which are supported for the "modern" library and list experiences. |
47+
|[Customizing "modern" site pages](modern-experience-customizations-customize-pages.md) | "Modern" team site pages are fast, easy to author, and support rich multimedia content. Additionally, these pages<br/>look great on any device, in a browser, or from within the SharePoint mobile app.<br/>This article focuses on the extensibility options available within the "modern" page experience. |
4848
|[SharePoint "modern" sites classification](modern-experience-site-classification.md)|Configure out-of-the-box site classification for modern SharePoint sites. |
4949

5050
<a name="convertingexisting"> </a>
@@ -64,7 +64,7 @@ Root site collection of Office 365 tenant is always using classic team site temp
6464
It is also supported and possible programmatically enable home page layout in the root site collection. This will provide flexibility for the welcome page designs for this site.
6565

6666
> [!CAUTION]
67-
> It is not supported to delete or replace existing site collection from the root URL of your tenant. You should not in any circumstances delete the root site collection. Technically this can be performed using APIs, but that can cause the tenant to move into inconsistent status.
67+
> It is not supported to delete or replace existing site collection from the root URL of your tenant. You should not in any circumstances delete the root site collection. Technically this can be performed using APIs, but that can cause the tenant to move into inconsistent status.
6868
6969
### Enable home layout in collaboration site
7070

@@ -73,10 +73,10 @@ You can use CSOM, REST APIs or PnP PowerShell to enable home layout in the pages
7373
```ps
7474
# Connect to the site
7575
Connect-PnPOnline https://contoso.sharepoint.com/
76-
76+
7777
# List all pages, and find the id of the modern page which you want to change
7878
Get-PnPListItem -List SitePages
79-
79+
8080
# Change layout from "Article" to "Home" to remove top banner
8181
Set-PnPListItem -List SitePages –Identity <id> -Values @{"PageLayoutType"="Home"}
8282
```
@@ -85,15 +85,15 @@ Set-PnPListItem -List SitePages –Identity <id> -Values @{"PageLayoutType"="Hom
8585

8686
## SharePoint "modern" experiences support for on-premises
8787

88-
The SharePoint "modern" experiences are supported in SharPoint 2019 in on-premises. Also as part of the SharePoint 2016 Feature Pack, "modern" experiences will be introduced within the OneDrive for Business experience, and you can take advantage of the SharePoint Framework client-side web parts in the classic page experience.
88+
The SharePoint "modern" experiences are supported in SharePoint 2019 in on-premises. Also as part of the SharePoint 2016 Feature Pack, "modern" experiences will be introduced within the OneDrive for Business experience, and you can take advantage of the SharePoint Framework client-side web parts in the classic page experience.
8989

9090

9191
## See also
9292

9393
- [Create connected SharePoint Online team sites in seconds](https://blogs.office.com/en-us/2016/11/08/create-connected-sharepoint-online-team-sites-in-seconds/)
9494
- [New capabilities in SharePoint Online team sites including integration with Office 365 Groups](https://blogs.office.com/en-us/2016/08/31/new-capabilities-in-sharepoint-online-team-sites-including-integration-with-office-365-groups/)
9595
- [Create a team site in SharePoint Online](https://support.office.com/en-US/article/Create-a-team-site-in-SharePoint-Online-ef10c1e7-15f3-42a3-98aa-b5972711777d?ui=en-US)
96-
- [Turn scripting capabilities on or off](https://support.office.com/en-us/article/Allow-or-prevent-custom-script-1f2c515f-5d7e-448a-9fd7-835da935584f?ui=en-US&rs=en-US&ad=US)
96+
- [Turn scripting capabilities on or off](https://support.office.com/en-us/article/Allow-or-prevent-custom-script-1f2c515f-5d7e-448a-9fd7-835da935584f?ui=en-US&rs=en-US&ad=US)
9797
- ["Modern" SharePoint lists are here - including integration with Microsoft Flow and PowerApps](https://blogs.office.com/en-us/2016/07/25/modern-sharepoint-lists-are-here-including-integration-with-microsoft-flow-and-powerapps/)
9898
- [Update on "Modern" Document Libraries and Extensibility](https://dev.office.com/blogs/update-on-modern-document-libraries-and-extensiblity)
9999
- [Switch the default experience for lists or document libraries from "modern" or "classic"](https://support.office.com/en-us/article/Switch-the-default-experience-for-lists-or-document-libraries-from-new-or-classic-66dac24b-4177-4775-bf50-3d267318caa9?ui=en-US&rs=en-US&ad=US)

0 commit comments

Comments
 (0)