Skip to content

Commit eb9f841

Browse files
Merge pull request SharePoint#7035 from SharePoint/wobba-patch-1
Update client-side-web-parts-maintenance-mode.md
2 parents f5d043f + 18d15de commit eb9f841

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

docs/general-development/client-side-web-parts-maintenance-mode.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Maintenance mode for client-side web parts
3-
ms.date: 10/21/2020
3+
description: 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.
4+
ms.date: 05/25/2021
45
ms.prod: sharepoint
56
ms.assetid: 3ebd2a11-8291-4228-add0-9e0cd899dd3c
67
localization_priority: Normal
@@ -76,6 +77,16 @@ If the web part [integrates its properties with SharePoint](../spfx/web-parts/gu
7677
- The maintenance mode shows only information about web parts. You can't use it to show information about SharePoint Framework extensions that are executed on the page.
7778
- Switching to maintenance mode only disables executing web part code. Any SharePoint Framework extensions registered on the page will still execute.
7879

80+
## Disable SPFx web parts and extensions
81+
82+
If you need to troubleshoot a SharePoint page to see if there is a SharePoint Framework extension or web part causing issues you can append **?disable3PCode=1** to the URL to disable loading of SPFx components, for example:
83+
84+
```text
85+
https://contoso.sharepoint.com/sites/team?disable3PCode=1
86+
```
87+
88+
This will prevent loading of any third party SPFx components on the page.
89+
7990
## See also
8091

8192
- [Open and use the web part maintenance page](https://support.office.com/article/Open-and-use-the-web-part-maintenance-page-eff9ce22-d04a-44dd-ae83-ac29a5e396c2)

0 commit comments

Comments
 (0)