Skip to content

Commit 65133cd

Browse files
committed
Doc updates
1 parent fcf9ecb commit 65133cd

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

docs/transform/modernize-userinterface-site-pages-webparts.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ When a page is transformed from a classic page into a modern client side page th
1515

1616
## Web part transformation list (updated for Feb 2018 release)
1717

18+
The page transformation uses a default web part mapping when it transforms classic pages to modern pages. The used mapping in this default modern is described here, but do know that you can update the mapping to for example add your own custom 3rd party web parts as a transformation target. How to extend the web part mapping model is described in the [Page transformation model](modernize-userinterface-site-pages-model.md) article.
19+
1820
Classic web part | Modern web part | Comments
1921
-----------------|-----------------|--------------------------------------
2022
Microsoft.SharePoint.WebPartPages.XsltListViewWebPart (viewing list data) | [List](https://support.office.com/en-us/article/use-the-list-and-other-web-parts-on-classic-pages-03044488-c0e4-4226-a8fb-4cd8364424fa), [Library](https://support.office.com/en-us/article/use-the-document-library-web-part-a9dfecc3-2050-4528-9f00-2c5afc5731b0) or [Events](https://support.office.com/en-us/article/use-the-events-web-part-5fe4da93-5fa9-4695-b1ee-b0ae4c981909) web part | See next chapter for more details

docs/transform/modernize-userinterface-site-pages.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Transform classic pages to modern client-side pages
33
description: Explains how to transform classic wiki and web part pages into modern client side pages
4-
ms.date: 01/30/2019
4+
ms.date: 02/19/2019
55
ms.prod: sharepoint
66
localization_priority: Priority
77
---
@@ -16,10 +16,18 @@ The SharePoint PnP Modernization framework ([Nuget](https://www.nuget.org/packag
1616
> - Page transformation today works for wiki and web part pages. Publishing pages is something we're evaluating for a future release.
1717
> - The SharePoint PnP Modernization framework is continuously evolving, checkout [the release notes](https://github.com/SharePoint/sp-dev-modernization/tree/master/Tools/SharePoint.Modernization/Modernization%20Framework%20release%20notes.md) to stay up to date on the latest changes. If you encounter problems please file an issue in the [sp-dev-modernization GitHub issue list](https://github.com/SharePoint/sp-dev-modernization/issues).
1818
19-
To use page transformation for your environment you can use one or more of below described approaches:
19+
Page transformation can be used in one ore more approaches:
2020

21-
Approach | Audience | Description
22-
---------|----------|------------
21+
Technique | DevOps/Developer/ISV | End user | Keep/Discard option | Comments
22+
--------- |----------------------|----------|---------------------|---------
23+
[SharePoint Page Transformation UI](modernize-userinterface-site-pages-ui.md) | | X | Mandatory | If you want your end users to have the ability to self-service modernize pages
24+
[PowerShell](modernize-userinterface-site-pages-powershell.md) | X | | Optional | Typically used when you want to modernize pages for multiple site collections. Optionally you can configure the page accept banner to be shown which then enables your end users to keep or discard the pages you've created using PowerShell
25+
[.Net](modernize-userinterface-site-pages-dotnet.md) | X | | Optional | Typically used when you integrate page transformation into existing services or tools. Optionally you can configure the page accept banner to be shown which then enables your end users to keep or discard the pages you've created using .Net
26+
27+
To use page transformation for your environment you can use one or more of below described techniques:
28+
29+
Technique | Audience | Description
30+
----------|----------|------------
2331
[SharePoint Page Transformation UI](modernize-userinterface-site-pages-ui.md) | Any SharePoint user | This approach will make it possible for end users to simply click a button to request a modern version of a page. The returned page is a preview and the end user will have the option to keep or discard the generated page.
2432
[PowerShell](modernize-userinterface-site-pages-powershell.md) | DevOps | Use the PowerShell approach to automate the generation of modern pages for a site. Pages generated using this approach can also optionally be generated as preview, allowing the actual site page users to decide on whether they want to keep or discard the pages.
2533
[.Net](modernize-userinterface-site-pages-dotnet.md) | Developer / ISV | The core of page transformation is the .Net based SharePoint PnP Modernization framework. Using .Net you can fully tailor the transformation process, this approach is recommended whenever you want full control on the transformation process or when you want to integrate page transformation into another solution/product.

0 commit comments

Comments
 (0)