|
1 | 1 | ---
|
2 |
| -title: Maintenance mode for modern pages |
3 |
| -ms.date: 12/15/2017 |
| 2 | +title: Maintenance mode for client-side web parts |
| 3 | +ms.date: 12/18/2017 |
4 | 4 | ms.prod: sharepoint
|
5 | 5 | ms.assetid: 3ebd2a11-8291-4228-add0-9e0cd899dd3c
|
6 | 6 | ---
|
7 | 7 |
|
8 |
| -# Maintenance mode for modern pages |
| 8 | +# Maintenance mode for client-side web parts |
9 | 9 |
|
10 | 10 | _**Applies to:** Office 365_
|
11 | 11 |
|
12 |
| -When working with modern pages, you can load them in maintenance mode. The maintenance mode can be helpful when trying to debug issues related to web parts placed on the page. |
| 12 | +When working with client-side web parts, you can load them in maintenance mode. The maintenance mode can be helpful when trying to debug issues related to web parts placed on the page. |
13 | 13 |
|
14 | 14 | ## Switch to maintenance mode
|
15 | 15 |
|
16 | 16 | > [!NOTE]
|
17 |
| -> In order to load a modern page in maintenance mode, you have to have edit permissions for that specific page. |
| 17 | +> In order to load a page in the maintenance mode, you have to have edit permissions for that specific page. |
18 | 18 |
|
19 |
| -To switch to the maintenance mode, navigate to the modern page and in the URL append `?maintenancemode=true`, for example: |
| 19 | +To switch to the maintenance mode, navigate to the page and in the URL append `?maintenancemode=true`, for example: |
20 | 20 |
|
21 | 21 | ```text
|
22 | 22 | https://contoso.sharepoint.com/sites/team?maintenancemode=true
|
@@ -71,8 +71,8 @@ If the web part [integrates its properties with SharePoint](../spfx/web-parts/gu
|
71 | 71 |
|
72 | 72 | ## Considerations
|
73 | 73 |
|
74 |
| -- the maintenance mode works only with modern SharePoint pages. See the [Open and use the web part maintenance page](https://support.office.com/en-us/article/Open-and-use-the-web-part-maintenance-page-eff9ce22-d04a-44dd-ae83-ac29a5e396c2#PickTab=2016,_2013) support article, to get more information about opening classic pages in maintenance view |
75 |
| -- to open modern page in maintenance mode, you have to have edit permissions for that page |
| 74 | +- the maintenance mode works for client-side web parts placed on both modern and classic SharePoint pages. See the [Open and use the web part maintenance page](https://support.office.com/en-us/article/Open-and-use-the-web-part-maintenance-page-eff9ce22-d04a-44dd-ae83-ac29a5e396c2#PickTab=2016,_2013) support article, to get more information about opening classic web parts in maintenance view |
| 75 | +- to open page in maintenance mode, you have to have edit permissions for that page |
76 | 76 | - when in maintenance mode, web part code is not being executed and you cannot edit web part properties
|
77 | 77 | - in maintenance mode, you can delete or move web parts on the page
|
78 | 78 | - the maintenance mode shows only information about web parts. You cannot use it to show information about SharePoint Framework extensions that are executed on the page
|
|
0 commit comments