You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/documentation/docs/guides/mpa.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ As this project embeds a SPFx solution, you have the ability to test all the con
25
25
26
26
#### SPFx web part
27
27
28
-
The web part is called *ControlsTest* and is available for both SharePoint Online and Teams. To test it on SharePoint, go to the workbench page (<https://[SHAREPOINT_SITE].sharepoint.com/_layouts/15/workbench.aspx>) and add the web part.
28
+
The web part is called *ControlsTest* and is available for both SharePoint Online and Teams. To test it on SharePoint, go to the workbench page [https://[SHAREPOINT_SITE].sharepoint.com/_layouts/15/workbench.aspx](https://SHAREPOINT_SITE.sharepoint.com/_layouts/15/workbench.aspx) and add the web part.
29
29
30
30
To test it on Teams, once the project deployed on the tenant accordingly, add the web part as a Tab (from a team for example).
31
31
@@ -35,7 +35,7 @@ To update the host component, open the *ControlsTest* React component located in
35
35
36
36
This extension is called *TestApplicationCustomizer*. To test it, go to the following URL (after updating the parameters):
To update the host component, open the *TestApp* React component located in the following project's relative path: *src\extensions\testApp\TestApp.tsx*.
41
41
@@ -48,7 +48,7 @@ This extension is called *TestForm*. To test it, you have to configure it first:
48
48
49
49
Then go to the following URL (after updating the parameters):
To update the host component, open the *TestForm* React component located in the following project's relative path: *src\extensions\testForm\components\TestForm.tsx*.
0 commit comments